Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 640677 Details for
Bug 874477
Reports fail to create a connection to database and right after fail to close JDBC lease for connection
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
rhevm.log
rhevm.log (text/x-log), 8.18 MB, created by
Tomas Dosek
on 2012-11-08 09:52:11 UTC
(
hide
)
Description:
rhevm.log
Filename:
MIME Type:
Creator:
Tomas Dosek
Created:
2012-11-08 09:52:11 UTC
Size:
8.18 MB
patch
obsolete
>2012-11-07 07:12:50,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-89) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:50,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-55) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:50,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:50,983 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:51,770 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,651 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-83) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,652 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,652 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-54) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,653 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-52) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,763 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,890 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-72) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,891 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-78) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,891 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-45) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,892 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,892 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-100) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,893 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-48) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,893 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-60) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-86) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-69) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-74) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-91) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-81) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-94) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-96) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-56) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-90) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-92) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-70) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-57) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-85) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:52,983 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-61) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:53,492 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-17) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:53,493 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-17) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:53,772 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-88) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,116 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-17) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:54,116 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-17) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:54,319 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-5) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:54,320 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-5) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:54,321 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-17) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:54,322 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-17) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:54,653 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,654 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,654 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-21) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,655 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-93) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,765 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,891 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,891 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,892 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,893 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-87) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,893 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-50) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-80) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-73) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-1) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-53) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-77) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-76) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-95) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-71) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-99) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-63) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,922 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:54,984 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-65) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:55,165 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-17) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:55,166 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-17) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:55,177 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-5) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:55,178 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-5) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:55,775 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,352 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-5) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:56,353 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-5) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:56,655 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,655 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-51) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,656 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-66) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,656 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-58) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,767 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-67) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,892 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,893 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-82) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-89) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-7) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-75) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-55) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-47) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-84) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-62) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-42) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-83) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-98) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-52) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-54) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-72) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-45) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-78) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,924 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:56,984 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-48) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:57,190 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-5) Data access error during CanDoActionFailure. >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.ActionGroupDAODbFacadeImpl.getActionVersionMapByActionType(ActionGroupDAODbFacadeImpl.java:55) > at org.ovirt.engine.core.bll.CommandBase.IsBackwardsCompatible(CommandBase.java:458) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1162751132.invoke(InvocationContextInterceptor_z_fillMethod_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1162751132.invoke(InvocationContextInterceptor_z_setup_1162751132.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.api.restapi.security.auth.LoginValidator.validate(LoginValidator.java:65) > at com.redhat.rhevm.api.common.security.auth.Challenger.preProcess(Challenger.java:85) > at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:245) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) > at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) > at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) > at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) > at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) > at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 109 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 111 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 115 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 120 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 128 more >2012-11-07 07:12:57,190 INFO [org.ovirt.engine.api.restapi.security.auth.LoginValidator] (http-0.0.0.0-8443-5) Login failure, user: admin domain: internal reason: [CAN_DO_ACTION_DATABASE_CONNECTION_FAILURE] >2012-11-07 07:12:57,776 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,656 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-74) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,657 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-69) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,657 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,658 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,768 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-91) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-56) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,894 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-96) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-81) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-94) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-57) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-70) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-92) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-90) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-61) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-49) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-85) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-88) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-93) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-21) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-87) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,926 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-50) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:58,984 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-73) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:12:59,777 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,657 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,658 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-1) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,658 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,659 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,769 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-53) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-76) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,895 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-95) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-77) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-99) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-71) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-64) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-63) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-59) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-97) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-65) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-68) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-79) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-51) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-66) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-58) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-67) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,927 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-82) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:00,984 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-7) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:01,780 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,659 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-84) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,660 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-62) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,660 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,661 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,771 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-83) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,896 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-98) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-42) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-72) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-54) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-52) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-100) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-78) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-45) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-60) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-48) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-69) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-74) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-86) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-56) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-96) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-91) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,928 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:02,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-94) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:03,781 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-70) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,661 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,662 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-85) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,662 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,663 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,773 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,897 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-88) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-93) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-21) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-80) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-73) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-87) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-50) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-1) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-76) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-95) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-53) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-77) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,916 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-99) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,930 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:04,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:05,783 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-64) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,663 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-63) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,664 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-65) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,664 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-59) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,665 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-97) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,775 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-68) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,898 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-79) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-67) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-58) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-66) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-51) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-7) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-75) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-82) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-89) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-55) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-62) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-47) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-84) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,916 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-83) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,932 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-98) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:06,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:07,795 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,665 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,666 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-78) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,667 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-60) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,667 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-45) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,777 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-74) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,899 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-86) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-69) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-46) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-48) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-96) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-56) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-94) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-81) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-91) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-92) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-90) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-57) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-70) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-85) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-49) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-61) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-88) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,933 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:08,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:09,797 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,667 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-50) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,668 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,668 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-87) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,669 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-73) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,779 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-1) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,900 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,901 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-76) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-95) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-71) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-39) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-99) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-77) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-53) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-63) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-68) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-64) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-97) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-59) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-65) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-79) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,935 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-67) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:10,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-66) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:11,800 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,669 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-75) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,670 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-82) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,670 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-55) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,671 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-89) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,780 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,902 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-100) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,909 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-98) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,908 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,907 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-42) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,906 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-83) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,905 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-84) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-31) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,904 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-47) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,903 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-62) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-78) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-60) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-45) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-72) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-54) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,910 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-52) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-74) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-86) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,937 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-69) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:12,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-48) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:13,801 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-94) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,672 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-91) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,672 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-41) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,673 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-92) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,673 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-90) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,781 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-57) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-70) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,911 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-49) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-85) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-61) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,916 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-93) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-44) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-88) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-30) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-1) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-73) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,921 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-87) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,921 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,922 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-50) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,922 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-80) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,923 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-21) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,923 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,939 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-76) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:14,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:15,803 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,673 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-53) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,673 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-40) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,674 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,674 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-63) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,782 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-68) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,912 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-64) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-97) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,913 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-59) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,914 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-58) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,915 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-67) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,916 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-79) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,916 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,917 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-65) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-75) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,918 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-82) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-7) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,919 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-51) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,920 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-66) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,921 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,921 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-100) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,922 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,922 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,923 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-55) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,923 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-89) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,924 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-29) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,924 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-98) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,925 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,940 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-43) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:16,985 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-42) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:13:17,804 ERROR [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Timer update runtimeinfo failed. Exception: >org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82) > at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:577) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:641) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:670) > at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:702) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.executeCallInternal(PostgresDbEngineDialect.java:155) > at org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect$PostgresSimpleJdbcCall.doExecute(PostgresDbEngineDialect.java:121) > at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:112) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadAndReturnMap(SimpleJdbcCallsHandler.java:63) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeReadList(SimpleJdbcCallsHandler.java:54) > at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeRead(SimpleJdbcCallsHandler.java:46) > at org.ovirt.engine.core.dao.VdsDAODbFacadeImpl.get(VdsDAODbFacadeImpl.java:151) > at org.ovirt.engine.core.vdsbroker.VdsManager$1.runInTransaction(VdsManager.java:225) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) > at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) > at org.ovirt.engine.core.vdsbroker.VdsManager.OnTimer(VdsManager.java:221) > at sun.reflect.GeneratedMethodAccessor301.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:64) > at org.quartz.core.JobRunShell.run(JobRunShell.java:216) > at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) >Caused by: org.jboss.util.NestedSQLException: Unable to get managed connection for RHEVMDataSource; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:95) > at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113) > at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79) > ... 22 more >Caused by: javax.resource.ResourceException: Unable to get managed connection for RHEVMDataSource > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:441) > at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:424) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496) > at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:941) > at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:89) > ... 24 more >Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:225) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:195) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:639) > at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:273) > at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:689) > at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:404) > ... 28 more >Caused by: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136) > at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) > at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) > at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) > at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22) > at org.postgresql.jdbc3g.Jdbc3gConnection.<init>(Jdbc3gConnection.java:24) > at org.postgresql.Driver.makeConnection(Driver.java:393) > at org.postgresql.Driver.connect(Driver.java:267) > at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:207) > ... 33 more >Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at java.net.Socket.<init>(Socket.java:375) > at java.net.Socket.<init>(Socket.java:189) > at org.postgresql.core.PGStream.<init>(PGStream.java:62) > at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76) > ... 41 more >2012-11-07 07:22:06,846 INFO [org.ovirt.engine.core.bll.Backend] (main) Start time: 11/7/12 7:22 AM >2012-11-07 07:22:06,977 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: CARhevmKey >2012-11-07 07:22:07,022 ERROR [org.ovirt.engine.core.rhevmencryptutils.EncryptionUtils] (main) Failed to decrypt >2012-11-07 07:22:07,022 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (main) Failed to decrypt value for property TruststorePass will be used encrypted value >2012-11-07 07:22:07,303 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: CbcCheckOnVdsChange >2012-11-07 07:22:07,305 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: ScriptsPath >2012-11-07 07:22:07,307 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: SQLServerI18NPrefix >2012-11-07 07:22:07,312 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: MinimalETLVersion >2012-11-07 07:22:07,312 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (main) Could not find enum value for option: RHEVMEARLib >2012-11-07 07:22:07,329 INFO [org.ovirt.engine.core.bll.Backend] (main) VDSBrokerFrontend: 11/7/12 7:22 AM >2012-11-07 07:22:07,335 INFO [org.ovirt.engine.core.bll.Backend] (main) CpuFlagsManager: 11/7/12 7:22 AM >2012-11-07 07:22:07,336 INFO [org.ovirt.engine.core.bll.AuditLogCleanupManager] (main) Setting audit clean up manager to run at: 35 35 3 * * ? >2012-11-07 07:22:07,373 INFO [org.ovirt.engine.core.bll.Backend] (main) AuditLogCleanupManager: 11/7/12 7:22 AM >2012-11-07 07:22:07,381 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) TagsDirector initialization >2012-11-07 07:22:07,397 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) Tag root added to tree >2012-11-07 07:22:07,418 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) Tag elas_manage added to tree >2012-11-07 07:22:07,419 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) Tag elas_manage added as child to parent root >2012-11-07 07:22:07,427 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) Tag elas_maint added to tree >2012-11-07 07:22:07,429 INFO [org.ovirt.engine.core.bll.TagsDirector] (main) Tag elas_maint added as child to parent root >2012-11-07 07:22:07,436 INFO [org.ovirt.engine.core.bll.Backend] (main) TagsDirector: 11/7/12 7:22 AM >2012-11-07 07:22:07,442 INFO [org.ovirt.engine.core.bll.Backend] (main) ImagesSyncronizer: 11/7/12 7:22 AM >2012-11-07 07:22:07,449 INFO [org.ovirt.engine.core.bll.Backend] (main) IsoDomainListSyncronizer: 11/7/12 7:22 AM >2012-11-07 07:22:07,479 INFO [org.ovirt.engine.core.bll.Backend] (main) InitHandlers: 11/7/12 7:22 AM >2012-11-07 07:22:07,497 INFO [org.ovirt.engine.core.bll.Backend] (main) ErrorTranslator: 11/7/12 7:22 AM >2012-11-07 07:22:07,497 INFO [org.ovirt.engine.core.bll.Backend] (main) VdsErrorTranslator: 11/7/12 7:22 AM >2012-11-07 07:22:07,705 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (main) UsersDomainsCacheManager: 11/7/12 7:22 AM >2012-11-07 07:22:07,748 INFO [org.ovirt.engine.core.bll.adbroker.UsersDomainsCacheManagerService] (main) DbUserCacheManager: 11/7/12 7:22 AM >2012-11-07 07:22:07,834 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (main) InitResourceManager: 11/7/12 7:22 AM >2012-11-07 07:22:07,863 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::ResourceManager::Entered >2012-11-07 07:22:08,645 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:08,646 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.149,54,321) >2012-11-07 07:22:08,794 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS ab7b77c2-0894-11e2-b782-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:09,088 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:09,088 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.152,54,321) >2012-11-07 07:22:09,093 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 57c9963c-ae4d-11e1-94e1-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:09,387 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:09,388 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.150,54,321) >2012-11-07 07:22:09,392 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 1b6afb9a-1923-11e2-ba3b-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:09,686 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:09,687 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.123,54,321) >2012-11-07 07:22:09,692 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 5a04ae7a-a658-11e1-ac99-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:09,986 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:09,986 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.134,54,321) >2012-11-07 07:22:09,991 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 88ea748e-0d43-11e2-b9e8-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:10,285 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:10,286 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.126,54,321) >2012-11-07 07:22:10,290 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 9a411f9a-d4bc-11e1-8e4f-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:10,584 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:10,584 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.155,54,321) >2012-11-07 07:22:10,590 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 5607a8ae-a955-11e1-b5d4-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:10,884 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:10,884 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.143,54,321) >2012-11-07 07:22:10,890 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 332bd938-a5a2-11e1-8c80-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:11,063 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-1) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 07:22:11,184 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:11,185 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.142,54,321) >2012-11-07 07:22:11,190 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS e5138c94-b3c2-11e1-b04e-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:11,484 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:11,485 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.115,54,321) >2012-11-07 07:22:11,490 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 26884242-ccd1-11e1-a3df-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:11,784 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:11,784 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.133,54,321) >2012-11-07 07:22:11,790 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:12,084 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:12,084 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.112,54,321) >2012-11-07 07:22:12,126 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS c65be02a-ccc3-11e1-bbea-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:12,420 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:12,420 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.116,54,321) >2012-11-07 07:22:12,425 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS e4dfcea4-19bb-11e2-944d-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:12,719 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:12,720 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.119,54,321) >2012-11-07 07:22:12,724 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 001581cc-2859-11e2-a2a5-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:13,019 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:13,019 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.111,54,321) >2012-11-07 07:22:13,024 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 982719d0-ccd8-11e1-91ca-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:13,318 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:13,318 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.118,54,321) >2012-11-07 07:22:13,324 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS d8a920ae-284d-11e2-a321-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:13,619 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:13,619 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.154,54,321) >2012-11-07 07:22:13,624 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 962268a6-af00-11e1-92a8-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:13,919 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:13,919 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.146,54,321) >2012-11-07 07:22:13,924 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS e342139e-ed16-11e1-bacd-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:14,218 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:14,218 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.156,54,321) >2012-11-07 07:22:14,223 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 35453a06-ae45-11e1-9b06-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:14,518 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:14,518 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.158,54,321) >2012-11-07 07:22:14,522 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 7da55ba0-ae45-11e1-9ad4-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:14,724 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-15) Initializing Host: cazorla9.gobiernodecanarias.net >2012-11-07 07:22:14,817 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:14,817 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.144,54,321) >2012-11-07 07:22:14,822 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 214a89c8-a5a5-11e1-888e-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:15,116 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:15,116 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.127,54,321) >2012-11-07 07:22:15,121 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 3184b15e-d4b9-11e1-bdb1-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:15,323 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-17) Initializing Host: cazorla8.gobiernodecanarias.net >2012-11-07 07:22:15,415 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:15,415 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.153,54,321) >2012-11-07 07:22:15,420 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS cfc22142-a897-11e1-994c-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:15,714 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:15,715 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.114,54,321) >2012-11-07 07:22:15,719 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 08ed3558-ccd1-11e1-86d3-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:16,014 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:16,014 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.117,54,321) >2012-11-07 07:22:16,019 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 9c25932e-2834-11e2-8332-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:16,313 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:16,313 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.135,54,321) >2012-11-07 07:22:16,318 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 4571ca1a-0d4b-11e2-ab0f-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:16,612 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:16,613 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.125,54,321) >2012-11-07 07:22:16,617 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 8329f3b0-ae40-11e1-b9ff-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:16,912 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:16,912 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.148,54,321) >2012-11-07 07:22:16,917 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 269a853c-d4c0-11e1-a1de-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:17,211 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:17,211 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.147,54,321) >2012-11-07 07:22:17,216 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS c26afad6-ed08-11e1-8281-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:17,510 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:17,511 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.141,54,321) >2012-11-07 07:22:17,515 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS d85c33a2-b3c2-11e1-8cb5-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:17,810 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:17,810 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.113,54,321) >2012-11-07 07:22:17,815 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS e75a0fcc-ccc3-11e1-8fc5-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:18,018 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-26) Initializing Host: cazorla7.gobiernodecanarias.net >2012-11-07 07:22:18,110 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:18,110 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.151,54,321) >2012-11-07 07:22:18,115 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS a6a36f26-089d-11e2-abaa-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:18,409 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:18,410 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.157,54,321) >2012-11-07 07:22:18,415 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 56111c78-ae45-11e1-bd2f-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:18,709 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) Eneterd VdsManager:constructor >2012-11-07 07:22:18,709 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (main) vdsBroker(10.141.149.136,54,321) >2012-11-07 07:22:18,714 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (main) ResourceManager::AddVds - VDS 52e46efc-0dfd-11e2-85e3-001cc4a7c2f4 was added to the Resource Manager >2012-11-07 07:22:18,802 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (main) AsyncTaskManager: Initialization of AsyncTaskManager completed successfully. >2012-11-07 07:22:18,802 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (main) AsyncTaskManager: 11/7/12 7:22 AM >2012-11-07 07:22:18,809 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (main) VdsLoadBalancer: 11/7/12 7:22 AM >2012-11-07 07:22:18,857 INFO [org.ovirt.engine.core.bll.TimeLeasedVmPoolManager] (main) TimeLeasedVmPoolManager constractor entered >2012-11-07 07:22:18,858 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (main) TimeLeasedVmPoolManager: 11/7/12 7:22 AM >2012-11-07 07:22:20,946 INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: UNASSIGNED not exist in string table >2012-11-07 07:22:20,949 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: USER_UPDATE_VM_CLUSTER_DEFAULT_HOST_CLEARED not have severity. Assumed Normal >2012-11-07 07:22:20,949 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: USER_REMOVE_VM_TEMPLATE_FINISHED not have severity. Assumed Normal >2012-11-07 07:22:20,949 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: VM_IMPORT_INFO not have severity. Assumed Normal >2012-11-07 07:22:20,949 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: SYSTEM_UPDATE_VDS_GROUP not have severity. Assumed Normal >2012-11-07 07:22:20,950 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: SYSTEM_UPDATE_VDS_GROUP_FAILED not have severity. Assumed Normal >2012-11-07 07:22:20,950 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (QuartzScheduler_Worker-8) AuditLogType: SYSTEM_CHANGE_STORAGE_POOL_STATUS_RESET_IRS not have severity. Assumed Normal >2012-11-07 07:22:22,570 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-28) Initializing Host: jerez5.gobiernodecanarias.net >2012-11-07 07:22:22,571 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-21) Initializing Host: alfamen9.gobiernodecanarias.net >2012-11-07 07:22:22,579 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-23) Initializing Host: jerez7.gobiernodecanarias.net >2012-11-07 07:22:22,603 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-5) Initializing Host: jerez3.gobiernodecanarias.net >2012-11-07 07:22:22,604 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-6) Initializing Host: lentiscos4.gobiernodecanarias.net >2012-11-07 07:22:22,660 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-25) Initializing Host: cazorla4.gobiernodecanarias.net >2012-11-07 07:22:22,809 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-27) Initializing Host: lentiscos5.gobiernodecanarias.net >2012-11-07 07:22:22,813 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-3) Initializing Host: alfamen3.gobiernodecanarias.net >2012-11-07 07:22:22,825 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-20) Initializing Host: alfamen7.gobiernodecanarias.net >2012-11-07 07:22:22,836 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-8) Initializing Host: alfamen6.gobiernodecanarias.net >2012-11-07 07:22:22,846 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-32) Initializing Host: librilla8.gobiernodecanarias.net >2012-11-07 07:22:23,009 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-11) Initializing Host: cazorla5.gobiernodecanarias.net >2012-11-07 07:22:23,025 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-12) Initializing Host: lentiscos3.gobiernodecanarias.net >2012-11-07 07:22:23,091 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-19) Initializing Host: librilla6.gobiernodecanarias.net >2012-11-07 07:22:23,182 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-18) Initializing Host: alfamen5.gobiernodecanarias.net >2012-11-07 07:22:23,256 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-14) Initializing Host: cazorla6.gobiernodecanarias.net >2012-11-07 07:22:23,283 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-36) Initializing Host: librilla11.gobiernodecanarias.net >2012-11-07 07:22:23,403 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-37) Initializing Host: alfamen8.gobiernodecanarias.net >2012-11-07 07:22:23,463 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-13) Initializing Host: cazorla2.gobiernodecanarias.net >2012-11-07 07:22:23,540 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-35) Initializing Host: cazorla3.gobiernodecanarias.net >2012-11-07 07:22:23,584 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-38) Initializing Host: lentiscos6.gobiernodecanarias.net >2012-11-07 07:22:23,584 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-16) Initializing Host: cazorla1.gobiernodecanarias.net >2012-11-07 07:22:23,686 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-9) Initializing Host: librilla3.gobiernodecanarias.net >2012-11-07 07:22:23,754 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-33) Initializing Host: librilla7.gobiernodecanarias.net >2012-11-07 07:22:23,767 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-4) Initializing Host: librilla10.gobiernodecanarias.net >2012-11-07 07:22:23,802 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-34) Initializing Host: librilla1.gobiernodecanarias.net >2012-11-07 07:22:23,813 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-10) Initializing Host: librilla2.gobiernodecanarias.net >2012-11-07 07:22:23,874 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-7) Initializing Host: jerez6.gobiernodecanarias.net >2012-11-07 07:22:23,889 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-24) Initializing Host: alfamen4.gobiernodecanarias.net >2012-11-07 07:22:23,919 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-2) Initializing Host: librilla9.gobiernodecanarias.net >2012-11-07 07:22:23,954 INFO [org.ovirt.engine.core.vdsbroker.VdsManager] (QuartzScheduler_Worker-22) Initializing Host: librilla4.gobiernodecanarias.net >2012-11-07 07:22:29,177 INFO [org.ovirt.engine.core.bll.storage.SetStoragePoolStatusCommand] (QuartzScheduler_Worker-45) Running command: SetStoragePoolStatusCommand internal: true. Entities affected : ID: 112af9a7-a80c-4379-9e6e-eee9b31e26c5 Type: StoragePool >2012-11-07 07:22:29,296 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) hostFromVds::selectedVds - jerez7.gobiernodecanarias.net, spmStatus Free, storage pool GC-MULTIPLES1 >2012-11-07 07:22:29,460 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) SpmStatus on vds 08ed3558-ccd1-11e1-86d3-001cc4a7c2f4: Free >2012-11-07 07:22:29,475 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) starting spm on vds jerez7.gobiernodecanarias.net, storage pool GC-MULTIPLES1, prevId 16, LVER 13 >2012-11-07 07:22:29,481 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) START, SpmStartVDSCommand(vdsId = 3184b15e-d4b9-11e1-bdb1-001cc4a7c2f4, storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, prevId=16, prevLVER=13, storagePoolFormatType=V2, recoveryMode=Manual, SCSIFencing=false), log id: 4cb9b8d9 >2012-11-07 07:22:29,534 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) spmStart polling started: taskId = 9591e885-a9ce-4ca4-b1e6-8f075d35106f >2012-11-07 07:23:18,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:23:18,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:23:18,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:23:18,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:23:18,992 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:23:18,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:23:18,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:23:19,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:23:19,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:23:19,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:23:19,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:23:19,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:23:19,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:23:19,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:23:19,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:23:19,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:23:19,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:23:19,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:23:19,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:23:19,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:23:24,351 INFO [org.ovirt.engine.core.bll.InitBackendServicesOnStartupBean] (main) MacPoolManager: 11/7/12 7:23 AM >2012-11-07 07:23:26,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-7) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-12) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-31) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-2) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-5) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-20) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-18) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-21) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-28) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-32) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-26) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-29) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-22) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-10) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-9) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-27) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-4) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-15) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-6) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-24) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-17) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:26,933 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Adding new value to configuration cache. >2012-11-07 07:23:26,936 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Didnt find the value of DBI18NPrefix in DB for version general - using default: >2012-11-07 07:23:26,938 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Adding new value to configuration cache. >2012-11-07 07:23:26,938 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Didnt find the value of DBPagingType in DB for version general - using default: Offset >2012-11-07 07:23:26,938 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Adding new value to configuration cache. >2012-11-07 07:23:26,938 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Didnt find the value of DBPagingSyntax in DB for version general - using default: OFFSET (%1$s -1) LIMIT %2$s >2012-11-07 07:23:26,941 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) Adding new value to configuration cache. >2012-11-07 07:23:26,941 WARN [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (http-0.0.0.0-8443-4) 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-07 07:23:27,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-4) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-29) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-7) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-5) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-15) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-17) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-21) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-6) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-32) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-31) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-2) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-26) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-10) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-24) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-18) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-28) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-12) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-20) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-22) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-9) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:27,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-27) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:32,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-33) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:32,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-33) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-12) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-12) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-21) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-21) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-32) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-32) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-31) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-31) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-20) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:33,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-20) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:33,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:34,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-33) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:34,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-33) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:34,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:34,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:34,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:34,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:34,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-22) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:34,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-22) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-22) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-22) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-12) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-12) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-22) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-22) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:35,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:35,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:36,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:36,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:40,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:40,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:40,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:40,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:40,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:40,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:40,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:40,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:42,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:42,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:42,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:42,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:43,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:43,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:47,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:47,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:50,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:50,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:50,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:50,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:53,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:53,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:23:53,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:23:53,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:05,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:05,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:05,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:05,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:19,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:24:19,424 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:24:19,530 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:24:19,531 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:24:19,531 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:24:19,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:24:19,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:24:19,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:24:19,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:24:19,626 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:24:19,626 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:24:19,626 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:24:19,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:24:19,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:24:19,723 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:24:19,723 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:24:19,723 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:24:19,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:24:19,819 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:24:19,820 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:24:23,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:23,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:23,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:23,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:23,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:23,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:24,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:24,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:29,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:29,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:30,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:30,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:31,487 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (QuartzScheduler_Worker-45) Failed in HSMGetTaskStatusVDS method >2012-11-07 07:24:31,488 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] (QuartzScheduler_Worker-45) Error code AcquireLockFailure and error message VDSGenericException: VDSErrorException: Failed to HSMGetTaskStatusVDS, error = Could not obtain lock >2012-11-07 07:24:31,488 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) spmStart polling ended: taskId = 9591e885-a9ce-4ca4-b1e6-8f075d35106f task status = finished >2012-11-07 07:24:31,488 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) Start SPM Task failed - result: cleanSuccess, message: VDSGenericException: VDSErrorException: Failed to HSMGetTaskStatusVDS, error = Could not obtain lock >2012-11-07 07:24:31,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:31,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:31,683 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) spmStart polling ended. spm status: Free >2012-11-07 07:24:31,692 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-45) START, HSMClearTaskVDSCommand(vdsId = 3184b15e-d4b9-11e1-bdb1-001cc4a7c2f4, taskId=9591e885-a9ce-4ca4-b1e6-8f075d35106f), log id: 2fdd9ca5 >2012-11-07 07:24:31,733 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (QuartzScheduler_Worker-45) FINISH, HSMClearTaskVDSCommand, log id: 2fdd9ca5 >2012-11-07 07:24:31,733 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStartVDSCommand] (QuartzScheduler_Worker-45) FINISH, SpmStartVDSCommand, return: org.ovirt.engine.core.common.businessentities.SpmStatusResult@581468cd, log id: 4cb9b8d9 >2012-11-07 07:24:31,738 INFO [org.ovirt.engine.core.bll.storage.SetStoragePoolStatusCommand] (QuartzScheduler_Worker-45) Running command: SetStoragePoolStatusCommand internal: true. Entities affected : ID: 112af9a7-a80c-4379-9e6e-eee9b31e26c5 Type: StoragePool >2012-11-07 07:24:31,752 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (QuartzScheduler_Worker-45) transaction rolled back >2012-11-07 07:24:31,763 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) IrsBroker::Failed::GetStoragePoolInfoVDS due to: IrsSpmStartFailedException: IRSGenericException: IRSErrorException: SpmStart failed >2012-11-07 07:24:31,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:31,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:31,820 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) Irs placed on server null failed. Proceed Failover >2012-11-07 07:24:31,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:31,884 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) hostFromVds::selectedVds - alfamen8.gobiernodecanarias.net, spmStatus Free, storage pool GC-MULTIPLES1 >2012-11-07 07:24:31,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:31,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:31,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:32,041 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) SpmStatus on vds 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4: SPM >2012-11-07 07:24:32,041 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) Using old spm server: lentiscos3.gobiernodecanarias.net, no start needed >2012-11-07 07:24:32,042 INFO [org.ovirt.engine.core.vdsbroker.ResourceManager] (QuartzScheduler_Worker-45) ResourceManager:StoragePoolStatusChange - no event listener defined, nothing done. >2012-11-07 07:24:32,043 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (QuartzScheduler_Worker-45) Initialize Irs proxy from vds: 10.141.149.133 >2012-11-07 07:24:32,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:32,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:32,135 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-12) START, SPMGetAllTasksInfoVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2625fc22 >2012-11-07 07:24:32,232 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-12) -- SPMGetAllTasksInfoVDSCommand::ExecuteIrsBrokerCommand: Attempting on storage pool 112af9a7-a80c-4379-9e6e-eee9b31e26c5 >2012-11-07 07:24:32,237 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-12) START, HSMGetAllTasksInfoVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4), log id: 7c4c9eb9 >2012-11-07 07:24:32,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:32,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:33,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:33,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:33,321 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-12) FINISH, HSMGetAllTasksInfoVDSCommand, return: [], log id: 7c4c9eb9 >2012-11-07 07:24:33,322 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.SPMGetAllTasksInfoVDSCommand] (QuartzScheduler_Worker-12) FINISH, SPMGetAllTasksInfoVDSCommand, return: [], log id: 2625fc22 >2012-11-07 07:24:33,323 INFO [org.ovirt.engine.core.bll.AsyncTaskManager] (QuartzScheduler_Worker-12) AsyncTaskManager::AddStoragePoolExistingTasks: Discovered no tasks on Storage Pool GC-MULTIPLES1 >2012-11-07 07:24:35,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:35,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:35,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:35,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:35,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:35,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:36,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:36,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:36,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:36,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:36,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:36,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:39,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:39,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:50,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:50,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:50,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:50,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:51,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:51,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:51,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:51,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:51,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:51,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:51,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:51,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:52,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:52,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:53,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:53,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:53,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:53,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:53,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:53,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:54,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:54,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:24:54,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:24:54,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:05,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:05,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:05,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:05,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:07,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:07,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:07,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:07,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:08,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:08,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:17,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:17,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:19,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:25:19,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:25:19,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:25:19,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:25:19,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:25:19,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:25:19,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:25:20,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:25:20,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:25:20,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:25:20,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:25:20,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:25:20,126 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:25:20,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:25:20,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:25:20,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:25:20,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:25:20,213 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:25:20,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:25:20,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:25:31,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:31,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:32,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:32,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:32,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:32,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:34,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:34,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:34,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:34,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:35,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:35,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:36,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:36,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:36,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:37,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:37,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:37,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:42,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:42,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:42,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:42,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:25:42,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:25:42,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:26:20,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:26:20,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:26:20,336 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:26:20,336 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:26:20,336 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:26:20,336 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:26:20,336 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:26:20,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:26:20,450 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:26:20,451 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:26:20,451 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:26:20,451 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:26:20,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:26:20,544 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:26:20,544 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:26:20,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:26:20,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:26:20,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:26:20,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:26:20,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:26:46,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:26:46,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:26:46,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:26:46,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:26:46,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:26:46,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:26:53,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:26:53,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:26:53,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:26:53,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:00,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:00,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:00,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:00,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:10,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:10,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:10,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:10,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:17,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:17,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:18,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:18,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:19,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:19,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:19,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:19,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:20,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:27:20,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:27:20,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:27:20,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:27:20,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:27:20,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:27:20,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:27:20,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:27:20,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:27:20,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:27:20,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:27:20,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:27:20,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:27:20,972 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:27:20,972 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:27:20,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:27:20,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:27:21,067 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:27:21,067 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:27:21,067 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:27:27,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:27,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:31,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:31,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:38,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:38,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:41,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:41,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:41,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:41,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:41,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:41,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:27:46,650 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-23) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 07:27:46,651 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-23) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 07:27:46,654 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-23) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:147) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.genericapi.GenericApiService.Login(GenericApiService.java:84) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.CXFContextInterceptor.injectWebContextToThreadLocal(CXFContextInterceptor.java:34) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) > at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:244) > at org.jboss.ejb3.stateless.StatelessContainer.invokeEndpoint(StatelessContainer.java:612) > at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:106) > at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:154) > at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:104) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111) > at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99) > at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:431) > at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:173) > at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61) > at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 183 more >2012-11-07 07:27:46,750 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-23) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 07:27:46,750 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-23) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 07:27:46,751 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-23) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:147) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.genericapi.GenericApiService.Login(GenericApiService.java:84) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.CXFContextInterceptor.injectWebContextToThreadLocal(CXFContextInterceptor.java:34) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) > at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:244) > at org.jboss.ejb3.stateless.StatelessContainer.invokeEndpoint(StatelessContainer.java:612) > at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:106) > at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:154) > at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:104) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111) > at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99) > at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:431) > at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:173) > at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61) > at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 184 more >2012-11-07 07:27:46,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:27:46,870 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,883 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,888 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,893 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,898 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,899 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,906 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,906 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,912 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,913 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,955 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,956 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,962 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,971 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,974 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,981 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,982 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,990 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,997 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:46,999 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:47,003 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:47,006 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:27:47,009 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:28:04,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:04,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:04,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:04,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:04,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:04,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:11,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:11,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:11,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:11,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:12,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:12,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:12,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:12,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:12,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:12,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:12,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:12,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:12,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:12,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:14,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:14,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:14,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:14,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:21,067 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:28:21,068 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:28:21,188 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:28:21,188 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:28:21,189 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:28:21,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:28:21,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:28:21,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:28:21,313 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:28:21,313 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:28:21,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:28:21,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:28:21,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:28:21,431 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:28:21,431 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:28:21,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:28:21,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:28:21,547 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:28:21,547 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:28:21,547 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:28:24,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:24,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:24,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:24,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:30,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:30,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:30,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:30,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:31,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:31,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:31,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:31,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:31,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:31,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:31,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:31,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:32,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:32,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:32,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:32,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:32,252 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:32,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:35,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:35,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:35,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:36,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:36,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:36,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:36,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:36,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:36,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:40,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:40,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:40,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:40,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:40,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:40,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:40,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:40,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:48,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:48,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:49,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:49,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:50,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:50,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:51,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:51,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:51,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:51,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:51,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:51,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:51,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:51,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:58,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:58,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:28:58,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:28:58,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:08,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:08,652 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,661 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,700 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,711 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,712 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,721 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,734 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,737 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,745 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,774 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,780 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,791 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,796 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,803 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,807 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,814 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,826 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,842 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,849 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,854 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:08,861 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:09,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:09,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:09,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:09,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:21,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:29:21,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:29:21,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:29:21,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:29:21,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:29:21,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:29:21,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:29:21,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:29:21,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:29:21,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:29:21,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:29:21,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:29:21,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:29:21,932 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:29:21,932 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:29:21,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:29:21,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:29:22,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:29:22,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:29:22,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:29:28,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:28,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:28,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:28,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:28,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:28,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:28,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:28,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:30,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:30,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:31,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:31,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:32,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:32,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:33,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:33,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:33,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:33,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:33,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:33,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:33,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:33,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:34,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:34,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:34,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:34,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:34,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:34,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:34,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:34,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:34,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:34,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:36,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:36,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:36,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:36,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:36,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:36,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:37,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:37,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:37,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:37,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:38,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:38,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:38,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:38,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:38,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:38,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:38,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:38,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:39,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:39,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:39,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:39,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:45,015 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:29:53,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:53,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:53,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:53,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:54,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:54,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:54,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:54,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:54,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:54,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:55,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:55,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:55,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:55,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:55,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:55,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:55,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:55,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:56,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:56,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:57,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:57,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:29:57,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:29:57,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:09,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:09,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:09,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:09,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:12,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:12,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:12,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:12,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:12,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:12,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:20,436 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 07:30:20,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:20,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:22,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:30:22,043 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:30:22,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:30:22,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:30:22,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:30:22,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:30:22,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:30:22,368 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:30:22,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:30:22,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:30:22,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:30:22,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:30:22,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:30:22,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:30:22,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:30:22,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:30:22,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:30:22,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:30:22,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:30:22,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:30:28,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:28,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:28,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:28,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:29,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:29,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:31,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:31,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:31,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:31,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:32,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:32,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:35,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:35,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:35,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:35,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:36,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:36,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:48,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:48,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:48,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:48,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:30:49,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:30:49,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:31:22,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:31:22,661 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:31:22,800 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:31:22,800 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:31:22,800 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:31:22,800 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:31:22,801 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:31:22,949 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:31:22,949 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:31:22,949 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:31:22,949 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:31:22,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:31:23,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:31:23,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:31:23,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:31:23,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:31:23,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:31:23,233 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:31:23,233 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:31:23,233 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:31:55,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:31:55,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:31:58,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:31:58,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:31:58,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:31:58,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:03,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:03,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:03,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:03,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:11,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:11,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:11,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:11,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:23,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:32:23,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:32:23,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:32:23,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:32:23,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:32:23,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:32:23,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:32:23,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:32:23,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:32:23,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:32:23,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:32:23,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:32:23,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:32:23,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:32:23,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:32:23,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:32:23,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:32:23,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:32:23,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:32:23,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:32:24,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:24,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:25,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:25,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:26,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:26,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:26,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:26,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:27,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:27,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:27,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:27,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:35,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:35,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:38,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:38,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:43,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:43,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:44,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:44,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:44,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:44,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:32:46,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:32:46,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:09,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:09,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:11,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:11,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:11,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:11,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:12,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:12,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:14,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:14,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:15,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:15,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:17,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:17,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:23,721 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:33:23,721 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:33:23,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:33:23,821 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:33:23,821 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:33:23,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:33:23,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:33:23,920 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:33:23,920 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:33:23,920 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:33:23,920 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:33:23,920 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:33:24,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:33:24,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:33:24,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:33:24,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:33:24,010 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:33:24,114 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:33:24,114 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:33:24,114 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:33:27,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:27,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:27,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:27,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:31,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:31,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:31,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:32,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:32,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:32,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:34,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:34,755 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:34,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:34,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:34,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:34,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:34,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:34,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:35,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:35,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:35,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:35,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:37,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:37,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:37,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:37,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:37,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:37,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:37,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:37,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:38,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:38,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:39,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:39,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:39,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:39,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:40,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:40,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:40,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:40,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:40,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:40,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:40,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:40,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:48,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:48,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:50,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:50,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:51,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:51,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:33:51,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:33:51,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:00,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:00,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:00,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:00,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:11,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:11,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:11,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:11,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:24,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:34:24,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:34:24,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:34:24,206 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:34:24,206 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:34:24,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:34:24,207 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:34:24,306 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:34:24,306 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:34:24,306 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:34:24,306 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:34:24,306 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:34:24,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:34:24,437 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:34:24,437 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:34:24,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:34:24,438 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:34:24,552 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:34:24,552 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:34:24,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:34:29,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:29,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:29,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:29,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:29,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:29,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:29,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:29,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:36,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:36,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:38,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:38,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:38,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:38,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:38,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:38,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:39,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:39,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:39,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:39,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:39,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:40,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:40,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:40,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:40,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:43,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:43,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:45,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:45,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:58,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:58,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:58,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:58,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:59,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:59,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:59,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:59,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:34:59,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:34:59,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:00,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:00,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:00,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:00,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:00,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:00,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:02,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:02,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:10,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:10,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:10,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:10,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:11,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:11,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:21,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:21,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:21,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:21,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:23,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:23,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:23,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:23,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:24,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:24,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:24,555 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:35:24,555 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:35:24,715 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:35:24,715 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:35:24,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:35:24,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:35:24,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:35:24,867 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:35:24,867 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:35:24,867 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:35:24,867 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:35:24,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:35:24,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:35:24,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:35:24,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:35:24,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:35:24,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:35:25,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:35:25,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:35:25,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:35:26,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:26,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:39,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:39,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:44,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:44,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:44,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:44,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:44,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:44,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:56,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:56,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:56,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:56,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:35:56,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:35:56,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:36:25,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:36:25,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:36:25,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:36:25,267 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:36:25,267 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:36:25,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:36:25,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:36:25,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:36:25,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:36:25,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:36:25,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:36:25,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:36:25,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:36:25,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:36:25,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:36:25,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:36:25,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:36:25,733 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:36:25,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:36:25,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:36:58,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:36:58,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:36:59,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:36:59,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:36:59,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:36:59,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:07,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:07,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:07,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:07,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:13,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:13,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:13,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:13,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:25,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:37:25,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:37:25,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:37:25,839 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:37:25,839 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:37:25,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:37:25,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:37:25,948 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:37:25,948 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:37:25,949 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:37:25,949 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:37:25,949 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:37:26,054 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:37:26,054 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:37:26,055 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:37:26,055 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:37:26,055 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:37:26,169 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:37:26,169 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:37:26,170 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:37:26,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:26,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:26,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:26,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:26,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:26,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:26,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:26,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:28,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:28,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:28,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:28,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:41,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:41,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:41,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:41,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:46,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:46,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:47,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:47,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:47,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:37:47,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:47,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:37:47,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:19,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:19,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:19,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:19,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:19,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:19,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:26,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:38:26,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:38:26,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:38:26,322 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:38:26,322 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:38:26,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:38:26,323 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:38:26,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:26,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:26,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:38:26,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:38:26,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:38:26,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:38:26,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:38:26,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:38:26,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:38:26,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:38:26,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:38:26,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:38:26,655 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:38:26,656 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:38:26,656 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:38:27,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:27,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:27,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:27,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:27,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:27,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:27,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:29,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:29,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:35,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:35,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:44,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:44,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:44,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:44,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:50,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:50,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:51,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:51,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:51,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:51,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:51,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:51,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:51,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:51,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:53,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:53,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:53,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:53,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:53,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:53,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:55,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:55,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:55,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:55,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:55,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:55,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:55,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:55,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:56,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:56,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:56,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:56,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:56,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:56,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:58,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:58,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:58,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:58,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:38:59,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:38:59,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:00,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:00,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:00,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:00,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:03,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:03,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:04,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:04,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:06,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:06,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:06,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:06,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:06,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:06,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:06,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:06,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:10,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:11,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:11,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:11,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:19,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:19,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:19,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:19,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:26,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:39:26,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:39:26,755 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:39:26,756 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:39:26,756 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:39:26,756 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:39:26,756 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:39:26,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:39:26,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:39:26,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:39:26,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:39:26,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:39:26,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:39:26,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:39:26,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:39:26,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:39:26,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:39:27,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:39:27,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:39:27,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:39:43,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:43,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:43,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:43,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:43,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:43,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:43,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:43,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:44,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:44,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:44,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:44,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:46,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:46,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:47,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:47,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:47,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:47,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:48,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:48,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:49,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:49,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:49,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:49,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:49,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:39:54,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:39:54,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:07,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:07,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:09,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:09,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:09,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:09,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:09,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:09,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:11,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:11,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:11,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:11,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:11,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:11,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:23,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:23,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:23,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:23,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:23,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:23,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:23,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:23,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:23,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:23,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:27,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:40:27,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:40:27,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:40:27,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:40:27,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:40:27,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:40:27,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:40:27,288 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:40:27,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:40:27,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:40:27,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:40:27,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:40:27,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:40:27,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:40:27,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:40:27,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:40:27,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:40:27,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:40:27,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:40:27,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:40:30,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:30,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:40,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:40,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:41,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:41,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:41,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:41,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:41,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:41,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:41,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:41,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:41,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:41,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:45,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:45,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:46,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:46,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:46,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:46,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:56,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:56,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:56,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:56,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:40:56,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:40:56,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:41:27,562 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:41:27,562 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:41:27,703 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:41:27,703 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:41:27,704 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:41:27,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:41:27,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:41:27,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:41:27,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:41:27,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:41:27,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:41:27,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:41:27,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:41:27,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:41:27,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:41:27,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:41:27,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:41:28,142 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:41:28,142 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:41:28,142 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:42:00,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:00,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:00,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:00,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:00,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:00,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:09,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:10,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:10,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:10,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:15,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:15,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:16,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:16,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:28,143 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:42:28,144 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:42:28,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:42:28,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:42:28,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:42:28,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:42:28,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:42:28,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:28,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:28,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:42:28,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:42:28,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:42:28,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:42:28,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:42:28,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:28,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:28,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:42:28,618 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:42:28,618 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:42:28,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:42:28,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:42:28,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:28,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:28,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:42:28,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:42:28,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:42:29,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:29,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:29,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:29,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:33,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:33,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:47,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:47,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:47,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:47,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:48,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:48,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:49,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:49,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:50,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:50,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:42:50,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:42:50,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:20,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:20,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:20,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:20,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:24,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:24,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:26,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:26,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:26,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:26,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:26,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:26,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:28,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:43:28,737 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:43:28,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:28,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:28,897 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:43:28,898 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:43:28,898 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:43:28,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:43:28,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:43:29,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:29,039 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:43:29,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:43:29,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:43:29,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:43:29,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:43:29,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:29,137 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:43:29,137 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:43:29,137 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:43:29,137 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:43:29,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:43:29,228 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:43:29,228 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:43:29,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:43:29,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:29,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:29,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:29,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:29,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:29,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:31,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:31,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:46,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:46,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:46,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:46,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:52,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:52,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:53,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:53,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:53,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:53,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:53,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:53,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:53,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:53,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:54,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:54,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:55,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:55,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:43:55,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:43:55,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:00,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:00,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:00,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:00,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:01,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:01,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:01,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:01,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:02,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:02,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:03,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:03,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:03,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:03,125 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:05,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:05,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:06,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:06,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:06,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:06,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:06,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:06,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:08,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:08,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:08,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:08,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:13,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:13,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:13,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:13,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:20,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:21,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:21,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:21,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:29,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:44:29,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:44:29,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:44:29,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:44:29,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:44:29,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:44:29,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:44:29,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:44:29,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:44:29,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:44:29,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:44:29,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:44:29,657 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:44:29,657 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:44:29,657 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:44:29,657 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:44:29,657 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:44:29,802 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:44:29,802 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:44:29,802 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:44:44,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:44,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:45,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:45,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:45,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:45,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:45,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:45,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:48,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:48,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:48,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:48,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:48,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:48,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:48,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:48,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:48,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:49,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:49,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:49,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:49,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:49,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:50,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:50,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:50,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:50,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:50,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:50,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:51,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:51,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:51,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:51,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:51,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:51,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:51,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:51,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:53,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:53,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:53,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:53,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:54,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:54,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:54,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:54,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:54,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:54,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:54,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:54,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:57,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:57,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:57,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:57,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:58,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:58,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:58,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:58,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:58,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:58,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:59,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:59,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:59,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:59,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:59,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:59,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:44:59,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:44:59,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:07,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:07,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:10,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:10,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:10,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:10,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:11,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:11,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:13,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:13,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:13,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:13,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:13,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:13,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:24,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:24,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:24,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:24,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:26,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:26,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:26,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:26,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:27,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:27,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:29,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:45:29,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:45:29,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:45:29,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:45:29,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:45:29,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:45:29,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:45:30,080 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:45:30,081 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:45:30,081 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:45:30,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:45:30,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:45:30,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:45:30,219 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:45:30,219 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:45:30,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:45:30,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:45:30,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:45:30,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:45:30,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:45:33,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:33,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:40,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:40,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:41,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:41,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:41,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:41,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:42,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:42,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:42,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:42,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:43,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:43,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:47,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:48,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:48,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:48,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:48,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:48,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:57,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:57,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:57,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:57,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:45:57,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:45:57,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:46:30,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:46:30,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:46:30,497 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:46:30,498 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:46:30,498 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:46:30,498 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:46:30,498 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:46:30,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:46:30,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:46:30,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:46:30,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:46:30,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:46:30,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:46:30,684 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:46:30,684 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:46:30,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:46:30,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:46:30,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:46:30,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:46:30,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:47:06,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:06,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:06,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:06,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:06,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:06,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:13,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:13,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:13,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:13,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:19,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:19,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:19,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:19,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:29,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:29,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:30,772 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:47:30,772 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:47:30,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:47:30,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:47:30,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:47:30,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:47:30,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:47:30,974 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:47:30,975 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:47:30,975 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:47:30,975 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:47:30,975 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:47:31,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:47:31,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:47:31,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:47:31,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:47:31,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:47:31,250 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:47:31,250 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:47:31,250 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:47:31,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:32,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:32,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:32,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:32,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:32,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:33,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:33,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:34,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:34,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:47,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:47,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:49,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:49,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:50,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:50,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:52,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:52,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:47:55,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:47:55,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:11,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:11,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:22,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:22,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:24,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:24,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:25,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:25,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:25,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:25,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:26,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:26,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:26,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:26,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:26,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:26,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:27,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:27,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:28,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:28,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:29,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:29,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:30,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:30,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:30,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:30,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:31,251 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:48:31,252 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:48:31,402 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:48:31,402 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:48:31,403 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:48:31,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:48:31,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:48:31,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:48:31,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:48:31,541 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:48:31,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:48:31,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:48:31,699 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:48:31,699 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:48:31,699 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:48:31,699 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:48:31,699 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:48:31,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:48:31,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:48:31,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:48:53,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:53,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:53,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,680 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:53,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:53,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:53,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:53,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:54,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:54,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:54,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:54,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:56,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:56,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:56,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:56,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:56,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:56,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:58,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:58,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:58,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:58,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:58,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:58,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:58,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:58,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:48:58,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:48:58,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:00,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:00,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:01,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:01,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:06,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:06,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:06,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:06,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:09,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:09,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:09,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:09,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:16,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:16,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:16,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:16,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:16,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:16,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:16,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:16,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:16,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:16,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:17,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:17,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:17,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:17,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:19,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:19,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:19,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:19,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:19,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:19,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:19,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:19,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:19,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:19,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:28,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:28,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:28,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:28,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:31,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:49:31,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:49:31,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:49:31,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:49:31,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:49:31,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:49:31,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:49:32,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:49:32,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:49:32,092 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:49:32,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:49:32,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:49:32,181 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:49:32,182 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:49:32,182 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:49:32,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:49:32,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:49:32,268 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:49:32,268 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:49:32,268 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:49:36,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:36,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:49:36,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:49:36,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:00,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:01,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:01,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:01,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:01,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:01,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:01,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:01,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:07,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:07,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:08,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:08,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:09,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:09,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:09,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:09,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:09,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:09,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:09,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:09,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:09,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:09,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:12,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:12,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:12,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:12,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:13,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:13,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:13,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:13,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:13,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:13,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:14,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:14,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:14,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:14,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:14,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:14,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:14,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:14,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:14,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:14,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:15,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:15,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:19,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:19,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:24,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:24,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:24,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:24,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:24,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:24,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:28,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:28,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:28,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:28,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:28,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:28,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:30,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:30,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:30,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:30,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:30,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:31,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:31,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:31,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:31,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:31,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:31,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:31,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:32,269 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:50:32,270 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:50:32,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:50:32,384 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:50:32,384 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:50:32,384 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:50:32,384 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:50:32,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:50:32,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:50:32,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:50:32,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:50:32,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:50:32,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:50:32,576 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:50:32,576 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:50:32,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:50:32,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:50:32,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:50:32,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:50:32,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:50:39,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:39,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:39,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:39,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:39,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:39,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:40,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:40,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:40,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:40,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:51,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:51,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:55,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:55,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:56,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:56,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:56,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:56,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:59,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:59,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:59,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:59,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:50:59,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:50:59,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:03,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:03,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:03,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:03,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:04,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:04,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:14,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:14,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:15,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:15,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:15,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:51:15,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:51:32,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:51:32,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:51:32,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:51:32,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:51:32,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:51:32,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:51:32,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:51:32,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:51:32,979 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:51:32,979 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:51:32,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:51:32,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:51:33,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:51:33,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:51:33,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:51:33,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:51:33,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:51:33,273 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:51:33,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:51:33,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:52:15,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:15,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:15,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:15,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:17,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:17,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:26,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:26,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:26,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:26,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:31,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:31,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:31,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:31,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:33,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:52:33,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:52:33,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:52:33,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:52:33,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:52:33,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:52:33,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:52:33,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:52:33,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:52:33,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:52:33,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:52:33,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:52:33,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:52:33,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:52:33,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:52:33,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:52:33,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:52:33,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:52:33,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:52:33,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:52:41,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:41,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:41,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:41,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:41,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:41,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:41,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:42,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:42,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:42,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:47,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:47,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:55,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:55,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:52:58,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:52:58,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:07,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:07,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:07,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:07,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:07,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:07,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:07,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:07,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:33,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:53:33,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:53:34,002 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:53:34,002 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:53:34,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:53:34,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:53:34,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:53:34,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:53:34,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:53:34,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:53:34,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:53:34,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:53:34,320 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:53:34,320 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:53:34,320 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:53:34,321 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:53:34,321 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:53:34,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:53:34,455 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:53:34,455 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:53:38,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:38,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:42,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:42,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:42,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:42,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:43,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:43,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:43,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:43,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:43,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:43,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:43,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:43,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:43,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:43,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:46,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:46,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:46,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:46,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:46,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:46,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:53:46,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:53:46,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:05,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:05,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:07,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:07,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:07,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:07,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:08,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:08,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:10,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:10,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:11,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:11,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:11,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:11,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:11,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:11,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:11,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:11,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:11,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:11,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:18,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:18,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:18,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:18,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:20,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:20,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:20,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:20,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:20,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:20,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:20,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:20,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:20,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:20,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:21,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:21,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:21,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:21,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:22,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:22,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:22,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:22,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:22,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:22,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:31,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:31,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:31,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:31,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:34,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:54:34,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:54:34,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:54:34,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:54:34,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:54:34,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:54:34,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:54:34,758 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:54:34,758 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:54:34,758 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:54:34,759 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:54:34,759 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:54:34,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:54:34,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:54:34,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:54:34,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:54:34,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:54:35,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:54:35,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:54:35,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:54:39,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:39,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:54:39,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:54:39,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:03,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:03,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:03,458 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:03,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:03,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:03,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:03,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:03,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:08,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:08,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:09,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:09,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:09,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:12,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:12,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:12,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:12,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:12,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:12,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:15,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:15,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:16,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:16,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:16,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:16,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:22,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:22,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:22,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:22,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:22,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:23,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:24,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:24,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:24,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:24,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:24,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:24,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:27,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:27,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:27,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:27,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:27,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:27,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:31,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:31,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:33,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:33,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:33,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:33,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:33,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:33,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:35,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:55:35,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:55:35,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:55:35,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:55:35,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:55:35,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:55:35,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:55:35,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:55:35,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:55:35,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:55:35,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:55:35,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:55:35,345 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:55:35,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:55:35,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:55:35,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:55:35,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:55:35,442 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:55:35,442 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:55:35,442 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:55:48,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:48,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:48,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:48,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:48,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:48,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:48,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:48,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:49,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:49,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:56,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:56,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:58,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:58,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:58,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:58,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:55:58,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:55:58,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:04,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:04,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:04,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:04,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:04,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:04,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:04,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:04,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:05,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:05,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:05,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:05,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:23,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:23,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:23,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:23,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:23,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:56:23,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:56:35,443 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:56:35,443 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:56:35,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:56:35,546 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:56:35,546 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:56:35,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:56:35,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:56:35,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:56:35,647 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:56:35,647 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:56:35,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:56:35,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:56:35,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:56:35,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:56:35,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:56:35,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:56:35,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:56:35,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:56:35,836 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:56:35,836 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:57:26,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:26,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:26,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:26,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:26,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:26,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:35,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:57:35,838 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:57:35,973 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:57:35,973 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:57:35,973 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:57:35,973 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:57:35,973 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:57:36,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:57:36,125 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:57:36,125 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:57:36,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:57:36,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:57:36,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:57:36,275 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:57:36,275 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:57:36,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:57:36,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-59) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:57:36,416 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:57:36,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:57:36,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-59) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:57:39,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:39,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:39,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:39,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:49,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:49,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:49,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:49,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:56,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:56,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:56,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:56,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:57:56,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:57:56,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:00,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:00,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:08,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:08,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:11,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:11,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:12,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:12,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:12,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:12,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:13,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:13,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:16,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:16,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:16,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:16,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:17,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:17,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:36,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:58:36,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:58:36,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:58:36,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:58:36,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:58:36,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:58:36,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:58:36,691 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:58:36,691 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:58:36,691 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:58:36,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:58:36,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:58:36,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:58:36,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:58:36,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:58:36,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:58:36,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:58:36,879 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:58:36,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:58:36,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:58:40,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:40,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:43,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:43,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:44,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:44,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:44,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:44,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:45,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:45,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:45,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:45,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:45,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:45,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:45,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:45,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:46,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:46,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:46,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:46,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:46,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:46,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:58:46,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:58:46,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:08,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:08,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,252 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:09,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:09,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:11,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:11,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:12,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:12,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:13,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:13,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:14,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:14,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:14,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:14,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:22,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:22,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:24,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:24,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:24,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:24,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:24,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:24,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:36,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:36,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:36,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:36,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:36,878 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 07:59:36,879 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:59:36,982 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 07:59:36,982 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:59:36,982 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 07:59:36,983 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:59:36,983 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:59:37,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 07:59:37,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:59:37,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 07:59:37,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 07:59:37,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:59:37,207 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 07:59:37,207 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:59:37,208 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 07:59:37,208 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 07:59:37,208 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 07:59:37,345 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 07:59:37,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 07:59:37,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 07:59:41,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:42,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 07:59:42,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 07:59:42,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:06,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:06,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:06,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:06,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:06,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:07,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:07,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:07,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:13,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:13,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:14,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:14,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:14,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:15,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:15,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:16,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:16,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:16,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:16,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:16,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:16,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:25,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:25,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:25,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:25,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:26,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:26,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:30,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:30,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:30,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:30,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:31,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:31,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:34,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:34,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:35,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:35,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:37,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:00:37,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:00:37,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:00:37,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:00:37,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:00:37,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:00:37,481 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:00:37,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:00:37,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:00:37,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:00:37,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:00:37,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:00:37,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:00:37,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:00:37,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:00:37,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:00:37,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:00:37,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:00:37,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:00:37,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:00:39,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:39,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:39,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:39,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:39,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:39,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:50,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:50,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:50,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:50,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:50,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:50,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:50,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:50,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:50,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:50,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:57,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:57,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:59,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:59,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:59,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:59,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:00:59,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:00:59,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:03,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:03,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:04,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:04,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:04,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:04,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:08,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:08,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:08,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:08,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:08,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:08,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:23,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:23,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:23,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:23,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:23,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:01:23,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:01:37,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:01:37,909 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:01:38,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:01:38,066 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:01:38,089 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:01:38,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:01:38,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:01:38,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:01:38,223 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:01:38,223 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:01:38,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:01:38,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:01:38,365 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:01:38,365 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:01:38,365 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:01:38,365 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:01:38,365 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:01:38,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:01:38,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:01:38,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:02:29,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:29,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:29,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:29,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:30,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:30,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:38,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:02:38,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:02:38,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:02:38,658 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:02:38,658 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:02:38,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:02:38,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:02:38,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:02:38,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:02:38,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:02:38,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:02:38,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:02:38,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:02:38,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:02:38,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:02:38,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:02:38,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:02:39,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:02:39,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:02:39,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:02:45,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:45,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:45,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:45,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:46,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:46,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:47,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:47,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:02:50,473 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-19) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 08:02:50,473 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-19) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 08:02:50,475 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-19) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:147) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.genericapi.GenericApiService.Login(GenericApiService.java:84) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.CXFContextInterceptor.injectWebContextToThreadLocal(CXFContextInterceptor.java:34) > at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) > at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:244) > at org.jboss.ejb3.stateless.StatelessContainer.invokeEndpoint(StatelessContainer.java:612) > at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:106) > at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:154) > at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:104) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111) > at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99) > at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:431) > at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:173) > at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61) > at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 182 more >2012-11-07 08:02:50,546 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-19) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 08:02:50,546 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-19) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 08:02:50,547 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-19) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:147) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.genericapi.GenericApiService.Login(GenericApiService.java:84) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.CXFContextInterceptor.injectWebContextToThreadLocal(CXFContextInterceptor.java:34) > at sun.reflect.GeneratedMethodAccessor465.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) > at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:244) > at org.jboss.ejb3.stateless.StatelessContainer.invokeEndpoint(StatelessContainer.java:612) > at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:106) > at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:154) > at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:104) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37) > at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:111) > at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:99) > at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:431) > at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:173) > at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61) > at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 183 more >2012-11-07 08:02:50,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:50,678 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,686 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,735 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,735 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,748 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,758 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,767 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,776 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,781 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,785 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,791 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,795 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,801 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,811 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,815 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,825 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,828 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,834 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,838 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,848 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,854 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,860 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:50,866 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:02:59,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:02:59,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:00,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:00,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:01,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:01,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:02,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:02,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:02,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:02,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:03,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:03,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:16,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:16,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:16,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:16,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:16,420 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:16,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:16,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:16,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:17,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:17,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:18,859 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:18,870 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:18,903 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:18,981 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:19,501 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:19,511 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:25,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:25,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:39,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:03:39,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:03:39,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:03:39,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:03:39,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:03:39,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:03:39,148 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:03:39,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:03:39,255 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:03:39,255 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:03:39,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:03:39,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:03:39,353 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:03:39,353 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:03:39,353 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:03:39,353 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:03:39,353 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:03:39,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:03:39,461 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:03:39,462 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:03:44,420 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:44,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:44,497 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (http-0.0.0.0-8443-13) Running command: SetVmTicketCommand internal: false. Entities affected : ID: 872d5e50-8884-4656-9b69-4aef7cb309a2 Type: VM >2012-11-07 08:03:44,519 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (http-0.0.0.0-8443-13) START, SetVmTicketVDSCommand(vdsId = e5138c94-b3c2-11e1-b04e-001cc4a7c2f4, vmId=872d5e50-8884-4656-9b69-4aef7cb309a2, ticket=KmaUPIBMMKe1, validTime=120), log id: 56934560 >2012-11-07 08:03:44,707 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (http-0.0.0.0-8443-13) FINISH, SetVmTicketVDSCommand, log id: 56934560 >2012-11-07 08:03:44,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:44,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:44,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:44,819 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:44,831 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:44,831 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-13) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:03:46,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:46,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:46,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:46,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:46,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:46,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:52,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:52,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:52,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:52,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:52,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:52,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:53,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:53,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:53,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:53,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:53,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:53,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:53,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:53,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:03:55,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:03:55,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,428 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:16,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:16,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:17,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:17,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:17,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:17,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:17,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:17,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:17,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:17,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:21,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:21,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:22,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:22,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:22,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:22,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:22,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:22,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:22,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:22,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:26,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:26,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:26,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:26,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:26,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:26,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:28,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:28,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:28,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:28,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:29,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:29,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:29,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:29,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:33,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:33,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:39,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:04:39,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:04:39,634 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:04:39,634 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:04:39,634 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:04:39,634 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:04:39,634 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:04:39,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:04:39,816 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:04:39,816 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:04:39,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:04:39,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:04:40,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:04:40,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:04:40,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:04:40,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:04:40,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:04:40,171 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:04:40,172 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:04:40,192 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:04:40,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:40,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:40,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:40,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:40,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:40,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:40,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:40,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:40,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:40,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:48,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:48,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:48,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:48,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:58,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:58,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:04:58,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:04:58,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:22,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:23,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:23,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:23,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:25,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:25,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:25,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:25,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:28,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:28,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:28,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:28,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:28,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:28,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:28,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:28,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:29,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:29,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:31,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:31,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:31,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:31,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:32,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:32,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:33,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:33,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:33,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:33,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:33,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:33,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:33,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:33,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:33,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:33,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:34,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:34,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:34,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:34,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:34,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:34,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:35,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:35,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:40,193 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:05:40,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:05:40,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:05:40,417 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:05:40,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:05:40,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:05:40,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:05:40,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:05:40,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:05:40,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:05:40,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:05:40,614 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:05:40,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:05:40,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:05:40,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:05:40,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:05:40,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:05:40,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:05:40,992 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:05:40,992 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:05:44,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:44,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:44,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:44,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:44,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:44,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:47,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:47,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:47,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:47,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:47,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:47,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:50,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:50,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:50,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:50,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:50,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:50,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:53,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:53,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:54,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:54,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:54,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:54,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,602 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:05:56,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:05:56,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:05,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:05,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:05,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:05,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:06,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:06,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:06,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:06,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:07,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:07,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:20,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:20,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:20,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:20,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:20,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:20,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:23,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:23,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:24,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:24,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:24,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:24,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:24,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:24,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:31,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:31,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:31,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:31,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:31,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:31,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:39,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:39,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:39,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:39,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:39,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:06:39,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:06:40,993 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:06:40,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:06:41,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:06:41,119 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:06:41,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:06:41,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:06:41,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:06:41,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:06:41,271 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:06:41,271 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:06:41,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:06:41,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:06:41,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:06:41,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:06:41,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:06:41,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:06:41,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:06:41,571 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:06:41,571 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:06:41,572 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:07:32,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:32,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:32,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:32,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:35,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:35,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:41,573 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:07:41,574 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:07:41,706 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:07:41,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:07:41,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:07:41,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:07:41,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:07:41,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:07:41,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:07:41,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:07:41,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:07:41,849 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:07:41,985 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:07:41,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:07:41,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:07:41,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:07:41,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:07:42,146 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:07:42,146 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:07:42,146 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:07:47,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:47,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:47,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:47,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:48,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:48,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:07:48,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:07:48,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:01,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:01,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:01,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:01,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:01,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:01,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:03,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:03,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:04,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:04,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:04,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:04,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:16,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:16,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:17,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:17,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:18,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:18,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:20,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:20,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:20,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:20,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:21,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:21,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:42,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:08:42,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:08:42,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:08:42,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:08:42,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:08:42,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:08:42,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:08:42,407 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:08:42,407 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:08:42,407 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:08:42,407 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:08:42,407 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:08:42,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:08:42,538 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:08:42,538 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:08:42,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:08:42,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:08:42,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:08:42,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:08:42,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:08:56,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:56,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:57,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:57,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:08:57,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:08:57,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:00,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:00,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:00,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:00,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:00,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:00,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:00,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:00,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:00,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:00,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:01,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:01,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:02,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:02,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:02,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:02,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:02,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:02,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:24,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:24,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:24,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:24,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:24,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:24,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:24,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:24,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:24,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:24,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:25,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:25,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:25,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:25,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:25,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:25,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:25,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:25,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:25,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:25,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:26,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:26,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:26,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:26,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:26,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:26,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:27,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:27,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:28,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:28,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:28,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:28,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:38,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:38,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:38,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:38,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:41,428 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:41,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:41,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:41,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:41,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:41,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:41,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:41,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:41,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:41,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:42,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:42,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:42,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:42,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:42,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:09:42,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:09:42,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:09:42,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:09:42,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:09:42,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:09:42,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:09:42,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:09:42,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:09:42,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:09:42,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:09:42,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:09:42,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:09:42,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:09:42,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:09:42,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:09:42,995 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:09:43,098 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:09:43,098 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:09:43,098 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:09:45,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:45,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:45,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:45,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:45,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:45,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:49,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:49,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:09:49,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:09:49,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:00,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:00,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:00,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:00,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:22,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:22,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:22,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:22,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:22,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:22,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:22,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:22,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:28,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:28,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:28,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:28,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:28,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:28,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:28,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:28,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:28,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:28,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:29,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:29,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:30,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:30,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:31,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:31,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:31,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:31,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:31,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:31,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:31,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:31,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:31,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:31,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:33,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:33,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:33,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:33,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:33,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:33,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:34,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:34,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:43,099 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:10:43,099 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:10:43,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:10:43,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:10:43,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:10:43,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:10:43,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:10:43,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:10:43,299 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:10:43,299 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:10:43,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:10:43,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:10:43,387 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:10:43,387 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:10:43,387 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:10:43,387 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:10:43,388 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:10:43,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:10:43,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:10:43,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:10:44,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:44,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:45,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:45,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:45,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:45,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:49,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:49,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:49,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:49,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:50,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:50,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:50,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:50,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:50,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:50,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:50,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:50,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:54,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:54,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:54,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:54,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:54,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:54,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:58,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:58,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:58,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:58,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:10:58,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:10:58,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:03,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:03,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:03,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:03,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:03,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:03,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:09,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:09,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:09,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:09,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:09,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:09,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:09,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:09,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:09,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:09,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:23,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:23,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:23,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:23,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:24,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:24,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:24,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:24,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:31,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:31,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:31,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:31,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:31,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:31,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:32,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:32,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:32,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:32,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:32,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:32,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:43,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:11:43,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:11:43,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:11:43,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:11:43,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:11:43,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:11:43,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:11:43,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:11:43,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:11:43,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:11:43,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:11:43,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:11:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:11:44,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:11:44,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:11:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:11:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:11:44,198 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:11:44,198 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:11:44,198 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:11:46,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:46,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:46,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:46,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:11:46,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:11:46,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:44,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:12:44,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:12:44,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:12:44,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:12:44,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:12:44,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:12:44,311 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:12:44,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:12:44,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:12:44,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:12:44,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:12:44,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:12:44,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:12:44,550 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:12:44,550 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:12:44,550 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:12:44,550 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:12:44,703 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:12:44,703 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:12:44,703 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:12:48,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:48,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:48,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:48,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:50,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:50,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:58,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:58,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:58,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:58,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:59,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:59,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:12:59,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:12:59,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:11,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:11,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:12,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:12,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:12,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:12,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:12,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:12,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:12,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:12,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:13,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:13,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:25,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:25,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:25,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:25,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:26,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:26,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:26,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:26,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:29,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:29,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:32,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:32,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:44,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:13:44,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:13:44,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:13:44,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:13:44,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:13:44,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:13:44,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:13:44,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:13:44,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:13:44,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:13:44,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:13:44,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:13:45,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:13:45,049 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:13:45,049 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:13:45,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:13:45,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:13:45,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:13:45,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:13:45,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:13:56,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:56,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:57,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:57,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:57,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:57,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:13:59,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:13:59,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:06,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:06,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:06,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:06,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:06,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:06,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:08,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:08,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:08,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:08,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:08,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:08,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:08,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:08,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:09,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:09,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:34,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:34,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:35,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:35,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:35,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:35,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:35,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:35,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:35,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:35,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:36,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:36,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:36,448 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:36,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:36,493 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:36,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:36,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:36,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:36,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:36,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:40,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:40,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:40,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:40,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:45,238 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:14:45,238 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:14:45,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:14:45,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:14:45,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:14:45,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:14:45,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:14:45,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:14:45,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:14:45,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:14:45,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:14:45,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:14:45,562 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:14:45,562 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:14:45,562 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:14:45,562 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:14:45,562 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:14:45,661 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:14:45,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:14:45,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:14:51,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:51,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:51,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:51,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:51,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:51,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:52,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:52,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:52,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:52,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:52,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:52,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:53,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:53,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:54,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:54,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:54,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:54,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:54,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:54,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:54,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:54,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:54,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:54,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:58,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:58,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:14:58,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:14:58,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:07,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:07,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:07,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:07,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:14,667 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:14,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:14,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:14,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:37,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:37,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:38,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:38,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:39,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:39,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:39,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:39,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:41,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:41,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:41,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:41,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:41,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:41,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:42,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:42,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:42,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:45,662 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:15:45,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:15:45,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:15:45,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:15:45,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:15:45,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:15:45,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:15:45,887 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:15:45,888 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:15:45,888 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:15:45,888 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:15:45,888 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:15:46,002 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:15:46,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:15:46,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:15:46,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:15:46,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:15:46,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:15:46,101 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:15:46,101 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:15:46,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:46,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:46,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:47,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:47,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:50,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:50,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:50,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:50,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:50,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:50,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:50,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:50,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:51,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:51,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:51,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:51,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:52,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:52,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:15:52,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:15:52,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:00,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:00,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:01,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:01,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:08,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:08,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:08,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:08,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:08,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:08,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:09,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:09,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:09,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:09,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:10,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:10,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:10,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:10,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:10,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:10,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:11,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:11,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:18,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:18,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:18,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:18,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:19,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:19,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:21,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:21,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:21,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:21,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:28,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:28,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:28,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:28,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:29,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:29,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:29,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:29,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:34,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:34,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:34,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:34,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:34,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:34,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:40,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:40,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:41,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:41,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:41,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:41,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:46,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:16:46,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:16:46,211 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:16:46,212 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:16:46,212 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:16:46,212 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:16:46,212 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:16:46,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:16:46,309 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:16:46,309 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:16:46,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:16:46,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:16:46,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:16:46,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:16:46,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:16:46,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:16:46,409 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:16:46,510 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:16:46,510 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:16:46,510 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:16:51,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:51,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:51,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:51,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:16:51,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:16:51,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:17:46,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:17:46,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:17:46,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:17:46,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:17:46,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:17:46,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:17:46,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:17:46,934 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:17:46,934 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:17:46,934 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:17:46,934 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:17:46,935 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:17:47,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:17:47,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:17:47,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:17:47,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:17:47,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:17:47,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:17:47,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:17:47,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:17:50,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:17:50,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:17:53,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:17:53,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:17:53,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:17:53,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:07,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:07,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:07,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:07,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:10,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:10,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:10,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:11,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:20,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:20,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:21,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:21,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:22,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:22,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:22,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:22,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:24,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:24,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:30,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:30,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:38,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:38,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:38,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:38,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:38,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:38,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:40,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:40,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:40,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:40,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:40,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:18:41,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:18:47,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:18:47,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:18:47,443 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:18:47,444 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:18:47,444 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:18:47,444 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:18:47,444 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:18:47,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:18:47,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:18:47,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:18:47,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:18:47,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:18:47,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:18:47,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:18:47,776 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:18:47,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:18:47,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:18:47,896 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:18:47,896 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:18:47,896 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:19:05,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:05,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:07,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:07,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:08,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:08,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:08,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:08,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:09,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:09,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:11,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:11,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:35,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:35,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:36,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:36,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:36,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:36,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:36,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:36,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:37,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:37,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:37,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:37,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:37,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:37,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:37,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:37,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:38,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:38,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:39,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:39,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:39,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:39,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:44,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:44,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:44,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:44,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:47,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:19:47,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:19:47,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:19:47,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:19:47,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:19:47,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:19:47,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:19:48,079 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:19:48,079 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:19:48,079 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:19:48,079 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:19:48,079 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:19:48,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:19:48,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:19:48,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:19:48,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:19:48,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:19:48,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:19:48,255 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:19:48,256 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:19:53,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:53,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:53,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:53,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:54,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:54,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:54,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:54,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:54,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:54,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:54,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:54,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:55,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:55,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:55,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:55,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:55,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:55,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:56,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:56,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:56,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:56,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:56,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:56,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:57,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:57,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:57,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:57,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:57,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:57,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:19:57,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:19:57,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:10,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:10,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:10,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:10,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:15,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:15,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:16,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:16,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:36,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:36,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:36,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:36,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:39,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:39,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:39,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:39,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,593 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:45,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:45,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:46,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:46,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:46,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:46,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:48,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:20:48,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:20:48,358 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:20:48,358 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:20:48,359 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:20:48,359 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:20:48,359 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:20:48,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:20:48,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:20:48,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:20:48,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:20:48,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:20:48,563 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:20:48,563 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:20:48,563 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:20:48,563 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:20:48,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:20:48,655 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:20:48,655 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:20:48,655 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:20:49,433 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:49,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:49,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:49,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:51,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:51,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:51,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:51,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:52,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:52,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:54,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:54,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:55,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:55,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:55,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:55,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:57,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:57,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:57,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:57,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:57,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:57,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:58,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:58,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:20:58,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:20:58,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:03,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:03,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:04,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:04,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:04,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:04,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:04,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:04,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:05,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:05,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:14,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:14,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:14,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:14,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:14,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:14,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:15,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:15,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:15,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:15,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:15,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:15,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:17,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:17,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:17,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:17,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:17,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:17,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:29,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:29,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:29,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:29,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:29,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:29,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:29,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:29,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:30,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:30,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:39,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:39,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:39,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:39,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:39,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:39,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:39,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:39,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:47,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:47,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:47,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:47,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:48,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:48,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:48,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:48,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:48,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:48,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:48,656 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:21:48,656 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:21:48,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:48,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:48,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:21:48,812 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:21:48,812 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:21:48,812 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:21:48,812 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:21:48,970 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:21:48,970 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:21:48,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:21:48,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:21:48,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:21:49,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:21:49,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:21:49,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:21:49,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:21:49,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:21:49,316 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:21:49,316 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:21:49,316 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:21:59,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:59,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:59,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:59,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:21:59,409 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:21:59,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 08:22:11,969 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-77) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 08:22:49,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:22:49,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:22:49,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:22:49,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:22:49,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:22:49,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:22:49,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:22:49,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:22:49,647 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:22:49,648 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:22:49,648 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:22:49,648 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:22:49,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:22:49,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:22:49,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:22:49,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:22:49,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:22:50,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:22:50,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:22:50,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:23:09,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:09,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:09,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:09,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:16,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:16,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:22,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:22,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:22,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:22,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:22,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:22,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:22,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:22,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:33,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:33,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:38,839 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-42) Client did not poll async queries updates for 30 cycles, suspending server side updates for session id = 25ADA4AC67F9F74A0446741F1B03197F >2012-11-07 08:23:41,967 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-42) Client did not poll async queries updates for 30 cycles sessionId = 25ADA4AC67F9F74A0446741F1B03197F. Callback will be removed. >2012-11-07 08:23:41,967 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-48) Client did not poll async queries updates for 30 cycles, suspending server side updates for session id = 828B3A817768F3E812772C33DBFD12E2 >2012-11-07 08:23:43,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:43,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:44,492 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-49) Client did not poll async queries updates for 30 cycles sessionId = 828B3A817768F3E812772C33DBFD12E2. Callback will be removed. >2012-11-07 08:23:47,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:47,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:47,602 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:47,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:48,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:48,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:49,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:49,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:23:50,011 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:23:50,012 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:23:50,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:23:50,141 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:23:50,141 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:23:50,141 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:23:50,141 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:23:50,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:23:50,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:23:50,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:23:50,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:23:50,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:23:50,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:23:50,383 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:23:50,383 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:23:50,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:23:50,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-76) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:23:50,503 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:23:50,503 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:23:50,503 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-76) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:23:50,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:23:50,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:14,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:14,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:14,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:14,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:14,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:14,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:15,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:15,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:15,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:15,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:15,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:15,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:16,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:16,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:16,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:17,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:17,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:17,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:17,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:17,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:17,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:17,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:17,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:17,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:44,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:44,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:44,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:44,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:44,409 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:44,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:44,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:44,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:44,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:44,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:45,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:45,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:45,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:45,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:46,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:46,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:46,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:46,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:46,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:46,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:48,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:48,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:49,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:49,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:49,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:49,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:50,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:24:50,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:24:50,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:24:50,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:24:50,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:24:50,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:24:50,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:24:50,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:24:50,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:24:50,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:24:50,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:24:50,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:24:50,770 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:24:50,770 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:24:50,770 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:24:50,770 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:24:50,770 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:24:50,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:24:50,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:24:50,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:24:54,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:54,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:54,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:54,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:54,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:54,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:54,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:54,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:55,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:55,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:55,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:55,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:59,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:59,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:59,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:59,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:59,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:59,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:59,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:59,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:24:59,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:24:59,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:00,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:00,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:00,483 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:00,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:11,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:11,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:11,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:11,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:11,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:11,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:13,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:13,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:13,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:13,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:19,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:19,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:19,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:19,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:45,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:45,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:45,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:45,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:47,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:47,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:47,247 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:47,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:49,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:49,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:50,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:50,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:50,871 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:25:50,871 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:25:50,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:25:50,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:25:50,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:25:50,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:25:50,987 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:25:51,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:25:51,093 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:25:51,093 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:25:51,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:25:51,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:25:51,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:51,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:51,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:25:51,206 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:25:51,207 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:25:51,207 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:25:51,207 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:25:51,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:51,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:51,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:25:51,320 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:25:51,320 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:25:51,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:51,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:51,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:51,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:54,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:54,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:54,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:55,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:55,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:55,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:55,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:55,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:55,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:55,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:58,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:58,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:58,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:58,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:58,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:58,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:25:59,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:25:59,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:01,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:01,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:01,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:01,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:01,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:01,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:01,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:01,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:01,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:01,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:02,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:02,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:04,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:04,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:04,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:04,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:11,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:11,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:12,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:12,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:12,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:12,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:14,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:14,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:14,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:14,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:14,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:14,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:15,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:15,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:15,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:15,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:15,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:15,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:25,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:25,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:25,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:25,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:26,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:26,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:27,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:27,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:27,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:27,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:27,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:27,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:33,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:33,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:33,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:33,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:33,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:33,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:37,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:37,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:37,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:37,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:38,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:38,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:39,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:39,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:39,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:39,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:51,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:26:51,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:26:51,443 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:26:51,443 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:26:51,443 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:26:51,444 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:26:51,444 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:26:51,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:26:51,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:26:51,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:26:51,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:26:51,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:26:51,695 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:26:51,696 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:26:51,696 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:26:51,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:26:51,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:26:51,805 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:26:51,805 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:26:51,806 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:26:53,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:53,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:53,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:53,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:53,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:53,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:53,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:53,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:58,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:58,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:58,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:58,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:26:59,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:26:59,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:01,730 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:01,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:01,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:01,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:02,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:02,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:07,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-2) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 2b2c137 >2012-11-07 08:27:07,528 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-49) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: bb69fc3 >2012-11-07 08:27:07,531 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-2) FINISH, IsValidVDSCommand, return: true, log id: 2b2c137 >2012-11-07 08:27:07,531 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-49) FINISH, IsValidVDSCommand, return: true, log id: bb69fc3 >2012-11-07 08:27:07,544 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-49) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 69bc3471 >2012-11-07 08:27:07,544 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-2) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 43171cf2 >2012-11-07 08:27:07,548 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-49) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 2d70a751 >2012-11-07 08:27:07,684 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-49) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 2d70a751 >2012-11-07 08:27:07,684 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-49) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 69bc3471 >2012-11-07 08:27:07,708 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-49) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 08:27:07,882 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-2) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 43171cf2 >2012-11-07 08:27:07,886 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-2) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 08:27:17,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:17,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:17,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:17,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:18,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:27:18,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:27:51,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:27:51,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:27:51,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:27:51,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:27:51,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:27:51,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:27:51,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:27:52,021 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:27:52,021 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:27:52,021 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:27:52,021 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:27:52,021 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:27:52,141 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:27:52,141 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:27:52,141 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:27:52,141 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:27:52,142 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:27:52,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:27:52,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:27:52,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:28:10,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:10,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:10,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:10,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:12,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:12,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:30,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:30,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:30,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:30,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:30,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:30,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:31,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:31,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:37,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:37,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:39,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:39,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:39,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:39,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:39,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:39,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:42,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:42,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:42,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:42,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:51,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:51,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:52,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:28:52,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:28:52,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:28:52,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:28:52,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:28:52,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:28:52,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:28:52,518 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:28:52,518 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:28:52,518 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:28:52,518 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:28:52,518 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:28:52,630 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:28:52,630 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:28:52,630 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:28:52,630 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:28:52,630 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:28:52,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:28:52,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:28:52,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:28:54,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:54,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:54,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:54,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:59,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:59,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:28:59,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:28:59,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:00,493 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:00,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:30,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:30,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:30,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:30,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:33,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:33,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:33,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:33,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:34,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:34,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:34,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:34,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:34,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:34,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:37,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:37,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:39,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:39,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:42,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:42,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:42,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:42,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:42,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:42,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:52,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:29:52,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:29:52,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:29:52,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:29:52,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:29:52,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:29:52,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:29:52,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:29:52,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:29:52,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:29:52,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:29:52,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:29:53,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:29:53,092 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:29:53,092 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:29:53,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:29:53,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:29:53,208 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:29:53,208 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:29:53,208 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:29:56,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:56,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:56,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:56,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:56,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:56,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:56,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:57,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:57,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:57,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:57,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:57,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:58,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:58,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:58,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:58,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:58,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:58,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:59,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:59,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:59,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:59,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:59,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:59,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:29:59,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:29:59,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:00,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:00,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:00,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:00,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:00,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:00,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:02,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:02,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:02,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:02,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:02,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:02,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:02,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:02,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:04,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:04,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:04,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:04,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:14,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:14,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:14,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:14,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:14,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:14,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:17,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:17,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:17,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:17,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:17,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:17,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:19,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:19,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:19,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:19,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:20,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:20,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:20,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:20,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:21,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:21,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:21,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:21,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:33,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:33,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:33,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:33,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:34,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:34,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:34,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:35,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:52,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:52,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:52,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:52,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:53,210 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:30:53,210 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:30:53,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:30:53,346 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:30:53,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:30:53,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:30:53,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:30:53,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:30:53,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:30:53,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:30:53,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:30:53,479 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:30:53,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:30:53,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:30:53,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:30:53,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:30:53,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:30:53,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:30:53,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:30:53,682 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:30:54,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:54,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:54,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:54,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:54,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:54,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:54,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:54,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:55,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:55,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:55,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:55,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:57,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:57,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:58,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:58,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:30:58,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:30:58,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:01,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:01,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:01,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:01,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:03,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:03,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:03,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:03,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:04,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:04,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:04,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:04,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:04,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:04,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:04,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:04,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:05,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:05,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:07,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:07,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:16,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:16,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:16,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:16,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:16,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:16,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:17,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:17,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:17,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:17,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:18,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:18,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:19,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:19,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:20,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:20,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:20,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:20,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:25,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:25,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:25,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:25,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:25,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:25,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:25,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:25,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:26,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:26,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:26,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:26,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:30,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:30,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:30,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:30,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:30,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:30,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:41,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:41,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:41,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:41,125 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:41,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:41,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:42,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:42,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:42,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:42,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:53,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:31:53,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:31:53,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:31:53,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:31:53,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:31:53,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:31:53,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:31:53,907 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:31:53,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:31:53,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:31:53,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:31:53,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:31:54,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:31:54,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:31:54,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:31:54,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:31:54,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:31:54,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:31:54,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:31:54,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:31:58,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:58,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:58,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:58,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:58,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:58,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:59,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:59,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:59,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:59,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:59,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:59,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:31:59,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:31:59,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:04,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:04,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:04,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:04,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:04,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:04,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:16,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:16,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:16,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:16,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:16,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:32:16,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:32:54,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:32:54,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:32:54,252 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:32:54,252 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:32:54,252 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:32:54,252 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:32:54,252 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:32:54,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:32:54,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:32:54,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:32:54,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:32:54,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:32:54,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:32:54,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:32:54,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:32:54,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:32:54,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:32:54,533 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:32:54,533 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:32:54,533 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:33:15,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:15,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:15,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:15,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:15,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:15,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:29,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:29,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:29,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:29,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:32,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:32,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:32,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:32,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:37,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:37,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:40,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:40,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:40,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:40,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:40,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:40,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:40,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:40,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:42,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:42,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:52,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:52,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:52,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:52,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:54,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:33:54,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:33:54,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:33:54,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:33:54,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:33:54,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:33:54,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:33:54,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:33:54,789 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:33:54,789 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:33:54,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:33:54,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:33:54,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:33:54,916 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:33:54,916 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:33:54,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:33:54,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:33:54,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:33:54,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:33:55,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:33:55,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:33:55,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:34:00,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:00,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:01,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:01,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:01,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:01,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:30,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:30,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:35,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:35,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:35,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:35,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:35,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:35,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:35,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:35,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:35,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:36,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:36,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:36,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:36,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:36,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:36,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:38,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:34:38,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:34:55,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:34:55,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:34:55,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:34:55,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:34:55,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:34:55,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:34:55,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:34:55,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:34:55,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:34:55,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:34:55,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:34:55,288 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:34:55,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:34:55,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:34:55,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:34:55,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:34:55,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:34:55,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:34:55,541 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:34:55,541 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:35:01,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:01,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:01,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:01,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:01,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:01,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:01,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:02,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:02,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:02,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:02,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:02,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:02,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:02,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:02,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:02,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:02,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:05,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:05,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:06,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:07,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:07,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:07,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:20,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:21,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:21,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:21,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:23,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:23,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:23,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:23,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:23,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:23,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:24,409 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:24,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:24,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:24,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:25,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:25,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:25,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:25,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:27,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:27,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:27,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:27,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:27,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:27,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:35,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:35,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:35,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:35,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:37,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:37,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:37,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:35:37,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:35:55,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:35:55,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:35:55,662 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:35:55,662 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:35:55,663 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:35:55,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:35:55,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:35:55,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:35:55,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:35:55,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:35:55,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:35:55,772 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:35:55,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:35:55,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:35:55,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:35:55,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:35:55,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-41) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:35:55,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:35:55,950 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:35:55,950 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-41) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:36:01,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:01,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:01,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:01,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:03,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:03,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:03,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:03,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:04,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:04,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:04,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:04,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:07,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:07,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:07,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:07,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:07,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:07,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:07,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:07,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:10,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:10,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:10,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:10,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:10,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:10,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:10,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:10,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:10,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:10,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:11,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:11,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:11,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:11,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:12,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:12,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:12,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:12,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:17,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:17,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:26,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:26,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:26,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:26,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:26,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:26,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:27,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:27,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:28,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:28,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:28,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:28,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:29,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:29,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:29,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:29,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:29,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:29,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:36,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:37,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:37,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:37,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:37,674 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:37,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:37,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:40,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:40,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:40,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:40,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:41,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:41,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:53,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:53,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:53,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:53,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:53,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:53,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:54,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:54,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:54,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:36:54,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:36:55,951 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:36:55,951 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:36:56,073 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:36:56,073 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:36:56,073 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:36:56,073 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:36:56,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:36:56,202 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:36:56,202 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:36:56,202 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:36:56,203 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:36:56,203 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:36:56,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:36:56,328 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:36:56,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:36:56,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:36:56,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:36:56,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:36:56,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:36:56,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:37:06,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:06,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:07,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:07,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:07,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:07,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:07,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:07,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:11,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:11,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:11,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:11,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:11,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:11,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:16,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:16,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:16,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:16,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:17,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:17,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:24,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:24,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:24,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:24,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:24,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:37:24,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:37:56,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:37:56,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:37:56,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:37:56,576 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:37:56,576 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:37:56,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:37:56,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:37:56,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:37:56,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:37:56,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:37:56,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:37:56,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:37:56,813 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:37:56,813 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:37:56,813 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:37:56,813 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:37:56,814 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:37:56,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:37:56,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:37:56,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:38:20,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:20,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:20,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:20,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:20,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:20,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:33,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:33,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:33,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:33,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:36,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:36,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:36,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:36,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:40,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:40,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:44,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:44,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:44,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:44,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:44,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:44,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:45,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:45,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:45,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:45,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:54,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:54,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:54,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:54,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:54,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:38:54,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:38:56,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:38:56,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:38:57,024 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:38:57,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:38:57,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:38:57,024 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:38:57,024 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:38:57,149 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:38:57,149 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:38:57,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:38:57,150 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:38:57,150 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:38:57,272 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:38:57,272 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:38:57,273 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:38:57,273 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:38:57,273 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:38:57,389 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:38:57,389 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:38:57,389 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:39:01,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:01,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:01,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:01,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:02,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:02,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:36,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:36,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:36,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:36,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:37,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:37,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:37,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:37,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:37,433 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:37,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:39,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:39,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:40,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:40,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:40,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:40,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:40,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:40,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:40,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:41,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:41,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:41,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:41,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:39:41,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:39:57,389 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:39:57,390 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:39:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:39:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:39:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:39:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:39:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:39:57,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:39:57,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:39:57,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:39:57,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:39:57,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:39:57,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:39:57,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:39:57,734 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:39:57,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:39:57,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:39:57,855 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:39:57,855 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:39:57,856 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:40:11,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:11,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:11,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:11,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:11,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:11,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:11,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:11,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:11,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:11,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:12,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:12,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:12,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:12,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:13,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:13,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:14,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:14,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:14,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:14,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:15,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:15,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:16,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:16,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:16,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:16,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:16,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:16,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:16,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:16,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:17,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:17,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:17,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:17,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:27,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:27,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:27,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:27,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:27,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:27,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:29,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:30,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:30,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:30,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:31,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:31,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:31,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:31,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:36,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:36,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:36,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:36,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:36,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:36,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:37,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:37,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:37,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:37,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:38,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:38,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:38,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:38,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:45,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:45,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:46,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:40:46,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:40:57,857 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:40:57,857 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:40:57,959 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:40:57,959 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:40:57,959 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:40:57,960 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:40:57,960 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:40:58,063 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:40:58,063 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:40:58,063 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:40:58,063 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:40:58,063 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:40:58,162 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:40:58,162 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:40:58,163 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:40:58,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:40:58,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:40:58,256 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:40:58,256 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:40:58,256 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:41:09,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:09,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:09,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:09,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:09,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:09,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:09,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:09,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:12,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:12,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:12,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:12,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:14,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:14,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:14,690 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:14,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:14,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:14,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:14,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:14,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:16,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:16,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:16,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:16,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:16,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:16,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:16,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:16,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:16,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:16,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:19,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:19,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:23,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:23,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:23,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:23,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:23,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:23,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:24,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:24,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:24,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:24,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:24,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:24,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:25,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:25,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:25,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:25,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:25,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:25,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:26,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:26,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:26,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:26,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:31,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:31,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:31,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:31,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:31,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:31,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:37,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:37,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:37,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:37,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:37,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:38,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:40,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:40,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:42,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:42,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:42,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:42,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:42,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:42,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:52,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:52,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:52,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:52,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:52,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:52,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:58,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:58,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:58,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:58,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:58,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:41:58,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:41:58,375 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:41:58,375 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:41:58,375 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:41:58,375 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:41:58,376 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:41:58,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:58,489 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:41:58,490 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:41:58,490 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:41:58,490 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:41:58,490 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:41:58,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:58,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:41:58,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:41:58,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:41:58,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:41:58,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:41:58,718 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:41:58,718 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:41:58,718 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:41:59,602 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:59,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:41:59,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:41:59,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:13,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:13,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:14,241 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:14,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:22,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:22,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:22,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:22,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:22,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:22,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:32,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:32,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:32,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:32,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:32,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:42:32,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:42:58,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:42:58,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:42:58,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:42:58,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:42:58,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:42:58,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:42:58,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:42:58,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:42:58,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:42:58,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:42:58,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:42:58,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:42:59,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:42:59,041 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:42:59,042 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:42:59,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:42:59,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:42:59,161 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:42:59,161 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:42:59,161 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:43:35,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:35,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:37,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:37,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:38,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:38,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:49,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:49,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:49,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:49,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:52,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:52,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:52,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:52,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:53,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:53,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:57,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:57,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:43:59,162 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:43:59,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:43:59,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:43:59,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:43:59,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:43:59,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:43:59,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:43:59,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:43:59,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:43:59,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:43:59,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:43:59,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:43:59,555 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:43:59,555 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:43:59,555 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:43:59,555 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:43:59,555 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:43:59,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:43:59,705 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:43:59,705 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:43:59,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:43:59,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:00,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:00,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:00,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:00,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:03,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:03,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:06,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:06,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:07,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:07,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:07,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:07,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:12,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:12,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:12,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:12,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:18,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:18,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:37,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:37,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:37,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:37,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:37,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:37,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:38,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:38,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:38,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:38,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:38,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:38,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:42,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:42,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:42,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:42,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:42,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:42,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:42,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:42,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:45,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:45,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:46,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:44:46,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:44:59,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:44:59,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:44:59,806 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:44:59,806 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:44:59,807 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:44:59,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:44:59,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:44:59,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:44:59,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:44:59,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:44:59,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:44:59,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:45:00,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:45:00,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:45:00,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:45:00,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:45:00,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:45:00,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:45:00,125 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:45:00,125 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:45:11,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:11,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:11,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:13,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:13,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:13,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:13,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:13,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:13,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:13,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:13,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:14,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:14,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:17,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:17,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:17,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:17,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:18,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:18,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:18,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:18,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:18,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:18,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:18,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:18,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:18,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:18,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:23,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:23,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:23,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:23,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:29,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:29,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:30,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:30,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:30,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:30,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:30,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:30,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:31,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:31,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:34,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:34,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:34,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:34,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:40,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:40,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:40,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:40,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:40,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:40,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:41,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:41,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:42,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:42,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:43,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:43,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:43,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:43,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:50,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:50,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:45:50,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:45:50,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:00,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:46:00,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:46:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:46:00,249 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:46:00,249 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:46:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:46:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:46:00,371 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:46:00,371 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:46:00,372 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:46:00,372 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:46:00,372 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:46:00,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:46:00,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:46:00,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:46:00,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:46:00,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:46:00,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:46:00,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:46:00,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:46:12,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:12,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:12,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:12,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:16,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:16,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:16,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:16,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:16,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:16,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:16,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:16,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:23,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:23,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:23,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:23,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:24,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:24,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:24,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:24,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:24,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:24,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:26,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:26,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:26,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:26,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:26,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:27,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:27,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:27,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:27,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:27,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:30,587 INFO [org.ovirt.engine.core.bll.SetVmTicketCommand] (http-0.0.0.0-8443-23) Running command: SetVmTicketCommand internal: false. Entities affected : ID: cfb5ef7f-6c8f-45d1-884f-5bf0d8d4b68b Type: VM >2012-11-07 08:46:30,592 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (http-0.0.0.0-8443-23) START, SetVmTicketVDSCommand(vdsId = 88ea748e-0d43-11e2-b9e8-001cc4a7c2f4, vmId=cfb5ef7f-6c8f-45d1-884f-5bf0d8d4b68b, ticket=Wu+mAdRvDP3P, validTime=120), log id: 6162c848 >2012-11-07 08:46:30,896 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (http-0.0.0.0-8443-23) FINISH, SetVmTicketVDSCommand, log id: 6162c848 >2012-11-07 08:46:30,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:30,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:30,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:30,977 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:30,983 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:30,983 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 08:46:31,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:31,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:31,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:31,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:32,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:32,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:32,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:32,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:32,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:32,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:34,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:34,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:34,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:34,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:35,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:35,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:35,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:36,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:36,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:36,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:38,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:38,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:40,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:40,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:44,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:44,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:44,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:44,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:44,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:44,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:49,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:49,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:49,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:49,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:49,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:49,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:49,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:49,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:49,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:49,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:50,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:50,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:50,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:50,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:50,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:50,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:46:50,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:46:50,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:00,639 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:47:00,639 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:47:00,742 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:47:00,742 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:47:00,742 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:47:00,742 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:47:00,742 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:47:00,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:47:00,847 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:47:00,847 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:47:00,847 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:47:00,847 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:47:00,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:47:00,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:47:00,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:47:00,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:47:00,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:47:01,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:47:01,041 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:47:01,042 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:47:11,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:11,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:11,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:11,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:11,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:11,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:12,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:12,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:12,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:12,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:24,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:24,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:24,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:24,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:24,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:24,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:27,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:27,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:28,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:28,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:28,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:28,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:28,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:28,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:33,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:33,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:33,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:33,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:33,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:33,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:50,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:50,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:51,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:51,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:47:51,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:47:51,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:48:01,043 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:48:01,043 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:48:01,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:48:01,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:48:01,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:48:01,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:48:01,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:48:01,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:48:01,275 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:48:01,275 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:48:01,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:48:01,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:48:01,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:48:01,393 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:48:01,394 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:48:01,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:48:01,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:48:01,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:48:01,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:48:01,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:48:49,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:48:49,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:48:49,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:48:49,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:48:57,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:48:57,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:01,510 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:49:01,510 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:49:01,629 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:49:01,629 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:49:01,629 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:49:01,629 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:49:01,629 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:49:01,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:49:01,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:49:01,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:49:01,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:49:01,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:49:01,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:49:01,866 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:49:01,866 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:49:01,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:49:01,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:49:01,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:49:01,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:49:01,995 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:49:03,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:03,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:03,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:03,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:03,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:03,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:03,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:03,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:04,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:04,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:07,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:07,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:10,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:10,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:10,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:10,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:10,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:10,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:11,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:11,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:16,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:16,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:16,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:16,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:16,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:16,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:25,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:25,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:25,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:25,667 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:25,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:25,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:50,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:50,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:50,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:50,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:50,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:50,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:50,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:50,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:51,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:51,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:53,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:53,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:57,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:57,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:57,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:57,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:57,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:57,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:59,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:59,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:49:59,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:49:59,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:01,996 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:50:01,996 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:50:02,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:50:02,119 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:50:02,119 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:50:02,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:50:02,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:50:02,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:50:02,239 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:50:02,239 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:50:02,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:50:02,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:50:02,361 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:50:02,361 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:50:02,361 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:50:02,361 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:50:02,361 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:50:02,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:50:02,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:50:02,479 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:50:05,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:05,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:22,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:22,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:22,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:22,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:23,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:23,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:23,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:23,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:23,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:23,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:23,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:24,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:24,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:25,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:25,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:25,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:25,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:25,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:25,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:25,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:25,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:25,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:25,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:26,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:26,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:26,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:26,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:31,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:31,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:31,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:31,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:31,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:31,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:45,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:45,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:45,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:45,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:45,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:45,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:48,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:48,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:48,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:48,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:53,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:53,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:53,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:53,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:53,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:53,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:53,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:53,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:54,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:54,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:55,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:55,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:50:55,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:50:55,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:02,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:51:02,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:51:02,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:51:02,608 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:51:02,608 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:51:02,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:51:02,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:51:02,713 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:51:02,713 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:51:02,713 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:51:02,713 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:51:02,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:51:02,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:02,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:02,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:51:02,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:51:02,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:51:02,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:51:02,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:51:02,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:02,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:02,984 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:51:02,984 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:51:02,984 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:51:05,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:05,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:05,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:05,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:27,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:27,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:27,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:27,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:31,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:31,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:32,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:32,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,602 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:35,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:35,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:36,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:36,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:36,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:36,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:36,901 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:36,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:38,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:38,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:38,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:38,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:38,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:38,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:45,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:45,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:46,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:46,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:49,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:49,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:49,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:49,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:49,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:49,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:49,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:49,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:56,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:56,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:57,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:57,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:57,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:57,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:51:57,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:51:57,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:00,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:00,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:00,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:00,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:00,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:00,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:01,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:01,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:02,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:02,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:02,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:02,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:02,985 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:52:02,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:52:03,107 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:52:03,108 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:52:03,108 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:52:03,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:52:03,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:52:03,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:52:03,230 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:52:03,230 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:52:03,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:52:03,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:52:03,351 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:52:03,351 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:52:03,351 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:52:03,351 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:52:03,351 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:52:03,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:52:03,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:52:03,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:52:15,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:15,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:15,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:15,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:15,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:15,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:18,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:18,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:19,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:19,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:30,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:30,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:31,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:31,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:31,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:31,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:31,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:31,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:31,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:31,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:31,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:31,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:33,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:33,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:33,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:33,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:34,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:34,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:34,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:34,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:52,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:52,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:52,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:52,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:52:52,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:52:52,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:53:03,472 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:53:03,473 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:53:03,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:53:03,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:53:03,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:53:03,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:53:03,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:53:03,679 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:53:03,679 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:53:03,679 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:53:03,679 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:53:03,679 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:53:03,794 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:53:03,794 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:53:03,794 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:53:03,794 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:53:03,794 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:53:03,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:53:03,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:53:03,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:53:59,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:53:59,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:53:59,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:53:59,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:53:59,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:53:59,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:03,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:54:03,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:54:04,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:54:04,031 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:54:04,031 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:54:04,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:54:04,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:54:04,126 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:54:04,126 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:54:04,126 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:54:04,126 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:54:04,126 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:54:04,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:54:04,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:54:04,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:54:04,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:54:04,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:54:04,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:54:04,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:54:04,309 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:54:15,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:15,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:15,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:15,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:16,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:16,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:18,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:18,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:18,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:18,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:20,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:21,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:21,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:21,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:21,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:21,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:21,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:21,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:21,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:21,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:27,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:27,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:27,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:27,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:31,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:31,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:34,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:34,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:37,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:37,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:37,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:37,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:58,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:58,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:58,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:58,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:58,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:58,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:58,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:58,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:54:58,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:54:58,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:00,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:00,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:04,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:55:04,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:55:04,429 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:55:04,429 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:55:04,429 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:55:04,429 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:55:04,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:55:04,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:55:04,558 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:55:04,558 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:55:04,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:55:04,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:55:04,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:55:04,675 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:55:04,675 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:55:04,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:55:04,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:55:04,798 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:55:04,798 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:55:04,798 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:55:06,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:06,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:06,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:06,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:06,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:06,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:07,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:07,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:07,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:07,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:07,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:07,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:28,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:28,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:28,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:28,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:28,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:28,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:29,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:29,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:30,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:30,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:31,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:31,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:33,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:33,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:33,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:33,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:33,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:33,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:33,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:33,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:34,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:34,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:34,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:34,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:38,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:38,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:38,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:38,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:38,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:38,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:44,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:44,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:45,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:45,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:45,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:45,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:48,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:48,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:48,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:48,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:54,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:54,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:54,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:54,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:54,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:54,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:54,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:54,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:54,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:54,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:55,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:55,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:55:55,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:55:55,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:02,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:02,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:02,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:02,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:04,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:56:04,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:56:04,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:56:04,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:56:04,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:56:04,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:56:04,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:56:05,013 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:56:05,013 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:56:05,013 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:56:05,013 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:56:05,013 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:56:05,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:56:05,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:56:05,116 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:56:05,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:56:05,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:56:05,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:56:05,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:56:05,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:56:07,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:07,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:07,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:07,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:30,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:30,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:30,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:30,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:35,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:35,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:35,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:35,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:37,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:37,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:37,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:37,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:44,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:44,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:45,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:45,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:45,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:46,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:46,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:53,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:53,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:53,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:53,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:53,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:53,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:54,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:54,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:54,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:54,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:54,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:54,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:58,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:58,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:58,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:58,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:58,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:58,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:59,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:59,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:59,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:59,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:56:59,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:56:59,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:04,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:04,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:04,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:04,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:05,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:05,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:05,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:05,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:57:05,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:57:05,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:05,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:05,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:05,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:57:05,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:57:05,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:57:05,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:57:05,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:57:05,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:57:05,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:57:05,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:57:05,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:57:05,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:57:05,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:05,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:05,563 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:57:05,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:57:05,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:57:05,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:57:05,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:57:05,677 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:57:05,678 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:57:05,678 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:57:07,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:07,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:07,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:07,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:07,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:07,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:10,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:10,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:10,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:10,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:10,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:10,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:23,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:23,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:23,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:23,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:24,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:24,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:28,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:28,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:28,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:28,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:36,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:36,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:36,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:36,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:36,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:36,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:36,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:36,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:37,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:37,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:37,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:37,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:37,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:37,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:41,674 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:41,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:41,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:41,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:57:42,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:57:42,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:58:05,679 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:58:05,679 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:58:05,778 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:58:05,778 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:58:05,778 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:58:05,778 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:58:05,778 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:58:05,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:58:05,895 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:58:05,895 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:58:05,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:58:05,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:58:06,007 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:58:06,007 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:58:06,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:58:06,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:58:06,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:58:06,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:58:06,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:58:06,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:58:17,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:58:17,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:58:17,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:58:17,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:58:18,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:58:18,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:04,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:04,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:04,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:04,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:04,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:04,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:06,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 08:59:06,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:59:06,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 08:59:06,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:59:06,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 08:59:06,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:59:06,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:59:06,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 08:59:06,315 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:59:06,315 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 08:59:06,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 08:59:06,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:59:06,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 08:59:06,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:59:06,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 08:59:06,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 08:59:06,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-10) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 08:59:06,510 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 08:59:06,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 08:59:06,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-10) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 08:59:19,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:19,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:19,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:19,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:19,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:19,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:22,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:22,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:22,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:22,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:24,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:24,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:27,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:27,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:27,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:27,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:27,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:27,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:27,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:27,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:33,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:33,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:34,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:34,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:34,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:34,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:41,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:41,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:43,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:43,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 08:59:44,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 08:59:44,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:03,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:03,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:03,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:03,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:03,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:03,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:03,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:03,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:03,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:04,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:04,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:04,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:06,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:00:06,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:00:06,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:00:06,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:00:06,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:00:06,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:00:06,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:00:06,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:00:06,738 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:00:06,738 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:00:06,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:00:06,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:00:06,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:00:06,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:00:06,862 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:00:06,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:00:06,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:00:06,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:00:06,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:00:06,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:00:10,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:10,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:13,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:13,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:13,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:13,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:14,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:14,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:14,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:14,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:15,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:15,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:30,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:30,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:31,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:31,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:32,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:32,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:37,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:37,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:37,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:37,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:37,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:37,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:37,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:37,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:49,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:49,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:49,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:49,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:49,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:49,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:49,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:49,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:49,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:50,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:55,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:55,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:55,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:55,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:59,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:59,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:00:59,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:00:59,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:00,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:00,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:00,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:00,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:00,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:00,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:05,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:05,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:05,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:05,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:06,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:01:06,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:01:07,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:01:07,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:01:07,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:01:07,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:01:07,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:01:07,218 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:01:07,218 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:01:07,218 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:01:07,218 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:01:07,218 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:01:07,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:01:07,342 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:01:07,342 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:01:07,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:01:07,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:01:07,468 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:01:07,468 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:01:07,468 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:01:10,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:10,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:10,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:10,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:34,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:34,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:34,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:34,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:35,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:35,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:36,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:36,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:41,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:41,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:41,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:41,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,596 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,680 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:47,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:47,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:55,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:55,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:55,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:55,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:56,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:56,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:57,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:57,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:57,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:57,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:57,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:57,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:58,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:58,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:58,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:01:58,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:01:58,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:04,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:04,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:04,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:04,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:04,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:04,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:04,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:04,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:04,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:04,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:05,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:05,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:07,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:07,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:07,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:02:07,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:02:07,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:07,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:07,581 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:02:07,581 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:02:07,581 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:02:07,581 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:02:07,581 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:02:07,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:02:07,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:02:07,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:02:07,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:02:07,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:02:07,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:02:07,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:02:07,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:02:07,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:02:07,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:02:07,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:07,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:07,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:02:07,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:02:07,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:02:10,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:10,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:10,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:10,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:10,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:10,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:12,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:12,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:12,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:12,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:12,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:12,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:16,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:16,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:16,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:16,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:16,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:16,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:35,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:35,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:35,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:35,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:35,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:35,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:43,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:43,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:44,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:44,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:48,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:48,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:48,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:48,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:48,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:48,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:49,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:49,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:49,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:49,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:50,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:50,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:50,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:50,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:54,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:54,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:54,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:54,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:02:55,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:02:55,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:03:06,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:03:06,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:03:06,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:03:06,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:03:06,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:03:06,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:03:07,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:03:07,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:03:08,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:03:08,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:03:08,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:03:08,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:03:08,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:03:08,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:03:08,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:03:08,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:03:08,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:03:08,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:03:08,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:03:08,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:03:08,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:03:08,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:03:08,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:03:08,361 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:03:08,361 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:03:08,362 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:04:08,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:04:08,364 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:04:08,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:04:08,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:04:08,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:04:08,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:04:08,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:04:08,595 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:04:08,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:04:08,595 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:04:08,596 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:04:08,596 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:04:08,706 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:04:08,706 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:04:08,706 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:04:08,706 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:04:08,706 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:04:08,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:04:08,819 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:04:08,819 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:04:10,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:10,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:10,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:10,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:10,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:10,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:20,936 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:20,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:21,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:21,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:22,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:22,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:25,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:25,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:25,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:25,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:26,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:26,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:32,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:32,478 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:32,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:32,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:32,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:32,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:33,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:33,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:41,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:41,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:44,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:44,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:45,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:45,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:50,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:50,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:51,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:51,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:04:54,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:04:54,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:08,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:05:08,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:05:08,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:05:08,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:05:08,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:05:08,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:05:08,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:05:09,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:05:09,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:05:09,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:05:09,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:05:09,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:05:09,192 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:05:09,192 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:05:09,192 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:05:09,192 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:05:09,192 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:05:09,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:05:09,313 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:05:09,313 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:05:19,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:19,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:19,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:19,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:19,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:19,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:20,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:20,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:20,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:20,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:20,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:20,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:26,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:26,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:26,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:26,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:29,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:29,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:29,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:29,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:29,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:29,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:30,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:30,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:51,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:51,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:52,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:52,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:52,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:52,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:55,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:55,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:56,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:56,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:56,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:56,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:56,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:56,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:57,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:57,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:05:57,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:05:57,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:03,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:03,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:03,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:03,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:03,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:04,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:04,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:04,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:04,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:04,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:04,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:04,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:04,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:04,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:09,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:06:09,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:06:09,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:06:09,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:06:09,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:06:09,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:06:09,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:06:09,554 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:06:09,554 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:06:09,554 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:06:09,554 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:06:09,554 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:06:09,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:06:09,676 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:06:09,676 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:06:09,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:06:09,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:06:09,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:06:09,808 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:06:09,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:06:15,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:15,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:15,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:15,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:20,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:20,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:20,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:20,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:20,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:20,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:20,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:20,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:21,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:21,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:21,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:21,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:21,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:21,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:21,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:21,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:21,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:21,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:22,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:22,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:26,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:26,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:26,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:26,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:27,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:27,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:27,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:27,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:49,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:49,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:49,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:49,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:51,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:51,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:51,433 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:51,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:51,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:51,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:06:51,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:06:51,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:00,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:00,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:00,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:00,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:00,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:00,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:01,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:01,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:01,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:01,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:01,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:01,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:01,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:01,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:03,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:03,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:03,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:03,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:03,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:03,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:03,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:03,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:03,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:03,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:04,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:04,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:04,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:04,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:05,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:05,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:05,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:05,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:05,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:05,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:06,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:06,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:06,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:06,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:09,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:07:09,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:07:09,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:07:09,942 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:07:09,942 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:07:09,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:07:09,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:07:10,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:07:10,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:07:10,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:07:10,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:07:10,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:07:10,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:10,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:10,187 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:07:10,187 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:07:10,187 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:07:10,187 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:07:10,188 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:07:10,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:10,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:10,298 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:07:10,298 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:07:10,298 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:07:19,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:19,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:20,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:20,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:20,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:20,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:21,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:21,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:21,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:21,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:21,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:21,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:23,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:23,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:27,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:27,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:27,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:27,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:27,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:27,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:29,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:29,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:29,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:29,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:29,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:29,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:40,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:40,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:40,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:40,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:40,448 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:40,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:47,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:47,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:47,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:47,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:50,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:50,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:51,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:51,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:51,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:51,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:51,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:51,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:57,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:58,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:58,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:58,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:07:58,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:07:58,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:01,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:01,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:01,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:01,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:02,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:02,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:10,301 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:08:10,301 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:08:10,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:08:10,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:08:10,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:08:10,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:08:10,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:08:10,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:08:10,549 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:08:10,549 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:08:10,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:08:10,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:08:10,671 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:08:10,671 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:08:10,671 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:08:10,671 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:08:10,671 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:08:10,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:08:10,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:08:10,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:08:15,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:15,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:15,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:15,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:08:16,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:08:16,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:10,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:09:10,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:09:10,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:09:10,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:09:10,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:09:10,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:09:10,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:09:11,016 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:09:11,017 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:09:11,017 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:09:11,017 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:09:11,017 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:09:11,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:09:11,128 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:09:11,128 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:09:11,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:09:11,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:09:11,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:09:11,233 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:09:11,233 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:09:23,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:23,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:23,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:23,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:23,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:23,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:33,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:33,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:33,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:34,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:34,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:34,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:36,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:36,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:36,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:36,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:39,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:39,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:40,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:40,674 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:40,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:40,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:40,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:40,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:45,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:45,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:46,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:46,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:49,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:49,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:49,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:49,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:54,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:54,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:54,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:54,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:09:54,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:09:54,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:11,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:10:11,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:10:11,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:10:11,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:10:11,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:10:11,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:10:11,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:10:11,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:10:11,491 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:10:11,492 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:10:11,492 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:10:11,492 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:10:11,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:10:11,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:10:11,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:10:11,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:10:11,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:10:11,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:10:11,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:10:11,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:10:19,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:19,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:20,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:20,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:20,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:20,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:20,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:20,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:20,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:20,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:23,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:23,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:27,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:28,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:28,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:28,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:30,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:30,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:33,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:33,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:33,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:33,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:33,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:33,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:54,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:54,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:54,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:54,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:55,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:55,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:55,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:55,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:57,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:57,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:58,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:58,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:58,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:58,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:10:59,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:10:59,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:00,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:00,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:00,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:00,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:00,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:00,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:00,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:00,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:01,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:01,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:03,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:03,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:03,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:03,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:03,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:03,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:03,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:03,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:11,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:11:11,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:11:11,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:11:11,868 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:11:11,868 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:11:11,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:11:11,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:11:11,985 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:11:11,985 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:11:11,985 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:11:11,985 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:11:11,985 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:11:12,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:11:12,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:11:12,101 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:11:12,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:11:12,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:11:12,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:11:12,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:11:12,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:11:15,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:15,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:15,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:15,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:16,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:16,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:16,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:16,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:16,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:16,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:23,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:23,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:23,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:23,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:23,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:23,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:23,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:23,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:23,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:23,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:24,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:24,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:24,252 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:24,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:29,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:29,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:29,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:29,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:33,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:33,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:33,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:33,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:51,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:51,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:51,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:51,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:55,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:55,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:56,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:56,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:56,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:56,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:11:56,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:11:56,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:04,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:04,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:04,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:04,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:04,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:04,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:04,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:04,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:11,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:11,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:11,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:11,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:11,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:11,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:11,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:11,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:11,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:11,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:12:12,218 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:12:12,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:12:12,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:12:12,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:12:12,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:12:12,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:12:12,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:12:12,476 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:12:12,476 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:12:12,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:12:12,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:12:12,610 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:12:12,610 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:12:12,610 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:12:12,610 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:12:12,610 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:12:12,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:12:12,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:12:12,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:12:12,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:12,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:12,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:13,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:13,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:14,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:15,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:15,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:15,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:15,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:15,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:15,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:15,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:15,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:15,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:23,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:23,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:24,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:24,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:24,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:24,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:24,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:24,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:24,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:24,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:24,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:25,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:27,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:27,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:27,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:27,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:27,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:27,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:30,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:30,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:32,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:32,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:32,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:32,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:32,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:32,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:49,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:49,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:49,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:49,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:50,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:50,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:51,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:51,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:12:51,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:12:51,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,384 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:00,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:00,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:01,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:01,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:12,743 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:13:12,744 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:13:12,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:13:12,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:13:12,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:13:12,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:13:12,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:13:12,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:13:12,988 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:13:12,989 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:13:12,989 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:13:12,989 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:13:13,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:13:13,108 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:13:13,108 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:13:13,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:13:13,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:13:13,224 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:13:13,224 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:13:13,225 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:13:14,458 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:14,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:14,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:14,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:14,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:14,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:31,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:31,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:31,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:31,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:13:31,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:13:31,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:13,226 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:14:13,226 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:14:13,331 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:14:13,331 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:14:13,331 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:14:13,331 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:14:13,331 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:14:13,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:14:13,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:14:13,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:14:13,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:14:13,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:14:13,530 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:14:13,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:14:13,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:14:13,530 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:14:13,530 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:14:13,626 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:14:13,627 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:14:13,627 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:14:24,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:24,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:24,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:24,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:24,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:24,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:35,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:35,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:35,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:35,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:35,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:35,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:40,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:40,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:40,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:40,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:42,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:42,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:42,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:42,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:42,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:42,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:43,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:43,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:48,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:48,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:48,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:48,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:48,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:48,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:14:53,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:14:53,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:01,181 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:01,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:01,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:01,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:02,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:02,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:13,628 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:15:13,628 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:15:13,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:15:13,749 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:15:13,749 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:15:13,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:15:13,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:15:13,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:15:13,874 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:15:13,874 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:15:13,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:15:13,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:15:13,996 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:15:13,996 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:15:13,997 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:15:13,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:15:13,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:15:14,121 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:15:14,121 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:15:14,121 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:15:23,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:23,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:23,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:23,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:23,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:23,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:23,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:23,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:23,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:23,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:25,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:25,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:30,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:30,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:31,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:31,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:31,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:31,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:37,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:38,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:38,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:38,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:38,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:38,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:58,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:58,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:58,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:58,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:58,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:58,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:58,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:58,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:58,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:58,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:59,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:59,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:59,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:59,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:59,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:59,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:59,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:59,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:15:59,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:15:59,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:00,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:00,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:00,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:00,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:01,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:01,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:02,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:02,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:02,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:02,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:02,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:02,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:07,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:07,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:07,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:07,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:07,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:07,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:08,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:08,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:08,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:08,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:08,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:08,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:14,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:16:14,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:16:14,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:16:14,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:16:14,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:16:14,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:16:14,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:16:14,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:16:14,318 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:16:14,319 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:16:14,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:16:14,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:16:14,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:16:14,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:16:14,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:16:14,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:16:14,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:16:14,552 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:16:14,552 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:16:14,552 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:16:22,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:22,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:22,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:22,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:22,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:22,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:22,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:22,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:22,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:22,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,667 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:28,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:28,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:38,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:38,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:38,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:38,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:41,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:41,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:41,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:41,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:59,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:59,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:16:59,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:16:59,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:04,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:04,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:04,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:04,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:08,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:08,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:08,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:08,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:11,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:11,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:12,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:12,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:14,552 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:17:14,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:17:14,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:17:14,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:17:14,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:17:14,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:17:14,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:17:14,791 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:17:14,792 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:17:14,792 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:17:14,792 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:17:14,792 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:17:14,905 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:17:14,905 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:17:14,905 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:17:14,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:17:14,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:17:15,024 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:17:15,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:17:15,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:17:16,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:16,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:16,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:16,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:16,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:16,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:18,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:18,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:18,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:18,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:18,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:18,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:25,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:25,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:25,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:25,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:26,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:26,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:28,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:28,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:30,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:30,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:30,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:30,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:30,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:30,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:31,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:31,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:31,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:31,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:31,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:32,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:34,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:34,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:34,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:34,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:34,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:34,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:50,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:50,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:50,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:50,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:51,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:51,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:54,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:54,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:17:54,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:17:54,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:05,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:05,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:06,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:06,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:15,025 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:18:15,025 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:18:15,129 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:18:15,129 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:18:15,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:18:15,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:18:15,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:18:15,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:18:15,235 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:18:15,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:18:15,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:18:15,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:18:15,334 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:18:15,334 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:18:15,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:18:15,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:18:15,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:18:15,458 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:18:15,458 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:18:15,459 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:18:16,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:16,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:16,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:16,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:16,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:16,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:34,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:34,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:34,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:34,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:18:35,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:18:35,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:15,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:19:15,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:19:15,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:19:15,587 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:19:15,587 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:19:15,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:19:15,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:19:15,713 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:19:15,713 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:19:15,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:19:15,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:19:15,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:19:15,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:19:15,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:19:15,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:19:15,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:19:15,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:19:15,935 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:19:15,935 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:19:15,935 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:19:32,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:32,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:32,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:32,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:33,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:33,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:45,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:45,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:45,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:45,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:45,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:45,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:52,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:52,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:53,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:53,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:57,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:57,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:57,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:57,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:57,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:57,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:57,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:57,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:59,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:59,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:59,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:59,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:19:59,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:19:59,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:03,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:03,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:10,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:10,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:11,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:11,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:13,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:13,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:15,936 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:20:15,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:20:16,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:20:16,061 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:20:16,061 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:20:16,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:20:16,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:20:16,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:20:16,182 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:20:16,183 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:20:16,183 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:20:16,183 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:20:16,297 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:20:16,298 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:20:16,298 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:20:16,298 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:20:16,298 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:20:16,416 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:20:16,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:20:16,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:20:33,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:33,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:33,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:33,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:33,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:33,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:34,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:34,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:36,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:36,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:36,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:36,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:40,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:40,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:40,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:40,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:40,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:40,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:41,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:41,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:41,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:42,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:20:42,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:20:42,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:00,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:00,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:00,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:00,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:01,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:01,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:01,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:01,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:03,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:03,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:03,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:03,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:04,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:04,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:05,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:05,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:07,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:07,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:07,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:07,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:07,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:07,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:07,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:07,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:07,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:07,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:09,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:09,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:10,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:10,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:10,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:10,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:10,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:10,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:16,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:21:16,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:21:16,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:21:16,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:21:16,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:21:16,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:21:16,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:21:16,641 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:21:16,641 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:21:16,641 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:21:16,641 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:21:16,641 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:21:16,752 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:21:16,753 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:21:16,753 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:21:16,753 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:21:16,753 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:21:16,855 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:21:16,856 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:21:16,856 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:21:22,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:22,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:22,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:22,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:23,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:23,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:30,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:30,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:31,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:31,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:32,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:32,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:32,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:32,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:33,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:33,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:33,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:33,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:34,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:34,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:35,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:35,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:35,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:35,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:39,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:39,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:39,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:39,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:45,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:45,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:21:45,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:21:45,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:04,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:04,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:04,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:04,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:09,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:09,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:09,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:09,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:12,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:12,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:12,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:12,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:12,530 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-28) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 09:22:16,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:22:16,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:22:16,987 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:22:16,987 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:22:16,987 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:22:16,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:22:16,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:22:17,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:22:17,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:22:17,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:22:17,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:22:17,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:22:17,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:22:17,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:22:17,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:22:17,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:22:17,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:22:17,333 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:22:17,333 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:22:17,333 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:22:17,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:17,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:17,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:17,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:20,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:20,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:21,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:21,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:22,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:22,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:24,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:24,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:24,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:24,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:24,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:24,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:25,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:25,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:25,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:25,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:26,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:26,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:33,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:33,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:33,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:33,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:33,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:33,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:33,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:33,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:34,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:34,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:34,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:34,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:34,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:34,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:34,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:34,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:34,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:34,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:35,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:35,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:35,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:35,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:35,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:35,593 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:37,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:37,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:37,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:37,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:38,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:38,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:39,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:39,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:39,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:39,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:39,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:39,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:58,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:58,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:58,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:58,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:58,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:22:58,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:22:59,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:00,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:00,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:00,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:08,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:08,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:09,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:09,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:09,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:09,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:09,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:09,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:12,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:12,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:12,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:12,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:12,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:12,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:17,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:17,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:17,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:23:17,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:23:17,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:17,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:17,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:23:17,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:23:17,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:23:17,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:23:17,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:23:17,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:17,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:23:17,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:23:17,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:23:17,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:23:17,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:23:17,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:17,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:23:17,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:23:17,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:23:17,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:23:17,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:23:17,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:23:17,816 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:23:17,817 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:23:36,730 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:36,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:36,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:36,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:23:37,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:23:37,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:17,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:24:17,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:24:17,934 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:24:17,934 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:24:17,934 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:24:17,934 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:24:17,934 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:24:18,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:24:18,041 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:24:18,042 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:24:18,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:24:18,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:24:18,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:24:18,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:24:18,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:24:18,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:24:18,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:24:18,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:24:18,221 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:24:18,221 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:24:34,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:34,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:34,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:34,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:34,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:35,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:45,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:45,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:46,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:46,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:46,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:46,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:54,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:54,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:54,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:54,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:57,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:57,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:57,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:57,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:57,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:57,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:24:57,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:24:57,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:02,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:02,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:02,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:02,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:03,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:03,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:06,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:06,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:18,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:25:18,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:25:18,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:25:18,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:25:18,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:25:18,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:25:18,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:25:18,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:25:18,456 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:25:18,456 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:25:18,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:25:18,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:25:18,556 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:25:18,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:25:18,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:25:18,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:25:18,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:25:18,661 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:25:18,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:25:18,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:25:22,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:22,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:22,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:22,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:22,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:22,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:45,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:45,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:46,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:46,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:46,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:46,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:46,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:46,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:49,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:49,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:50,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:50,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:50,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:50,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:52,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:52,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:52,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:52,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:57,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:57,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:57,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:57,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:25:57,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:25:57,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:18,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:26:18,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:26:18,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:26:18,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:26:18,786 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:26:18,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:26:18,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:26:18,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:26:18,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:26:18,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:26:18,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:26:18,900 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:26:19,024 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:26:19,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:26:19,024 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:26:19,025 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:26:19,025 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:26:19,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:26:19,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:26:19,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:26:19,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:19,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:19,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:21,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:21,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:21,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:21,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:21,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:21,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:21,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:21,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:29,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:29,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:29,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:29,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:30,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:30,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:30,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:30,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:40,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:40,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:40,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:40,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:45,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:45,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:45,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:45,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:45,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:45,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:48,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:48,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:48,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:48,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:51,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:51,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:51,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:51,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:51,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:51,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:51,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:51,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:51,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:51,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:53,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:53,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:53,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:53,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:57,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:57,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:26:58,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:26:58,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:07,894 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-8) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 33927112 >2012-11-07 09:27:07,895 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-21) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 533d6f31 >2012-11-07 09:27:07,895 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-8) FINISH, IsValidVDSCommand, return: true, log id: 33927112 >2012-11-07 09:27:07,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-21) FINISH, IsValidVDSCommand, return: true, log id: 533d6f31 >2012-11-07 09:27:07,896 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-8) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 25627dd9 >2012-11-07 09:27:07,897 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-21) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 653444bb >2012-11-07 09:27:07,970 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-8) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 25627dd9 >2012-11-07 09:27:07,972 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-21) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: f9bd3de >2012-11-07 09:27:07,974 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-8) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 09:27:08,031 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-21) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: f9bd3de >2012-11-07 09:27:08,031 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-21) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 653444bb >2012-11-07 09:27:08,040 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-21) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 09:27:14,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:14,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:15,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:15,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:17,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:17,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:17,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:17,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:18,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:18,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:18,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:18,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:19,156 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:27:19,156 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:27:19,264 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:27:19,264 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:27:19,264 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:27:19,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:27:19,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:27:19,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:27:19,370 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:27:19,370 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:27:19,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:27:19,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:27:19,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:27:19,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:27:19,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:27:19,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:27:19,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:27:19,604 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:27:19,604 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:27:19,604 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:27:26,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:26,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:26,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:26,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:26,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:27,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:27,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:27,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:27,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:27,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:27,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:27,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:27,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:28,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:28,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:29,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:29,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:29,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:29,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:31,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:32,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:32,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:32,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:34,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:34,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:35,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:35,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:35,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:35,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:37,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:37,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:37,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:37,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:37,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:37,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:42,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:42,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:42,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:42,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:42,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:42,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:46,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:46,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:46,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:46,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:46,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:46,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:47,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:47,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:47,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:47,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:47,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:47,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:51,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:51,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:51,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:51,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:51,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:51,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:53,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:53,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:53,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:53,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:27:53,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:27:53,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:13,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:13,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:14,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:14,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:14,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:14,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:14,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:14,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:14,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:14,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:19,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:28:19,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:28:19,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:28:19,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:28:19,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:28:19,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:28:19,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:28:19,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:28:19,876 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:28:19,876 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:28:19,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:28:19,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:28:20,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:28:20,000 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:28:20,000 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:28:20,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:28:20,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:28:20,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:28:20,116 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:28:20,116 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:28:22,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:22,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:22,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:22,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:22,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:22,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:25,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:25,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:28,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:28,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:28,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:28,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:28,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:28,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:34,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:34,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:34,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:34,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:35,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:35,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:51,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:51,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:51,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:51,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:28:52,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:28:52,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:29:20,169 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:29:20,170 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:29:20,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:29:20,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:29:20,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:29:20,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:29:20,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:29:20,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:29:20,394 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:29:20,394 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:29:20,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:29:20,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:29:20,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:29:20,491 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:29:20,491 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:29:20,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:29:20,492 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:29:20,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:29:20,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:29:20,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:30:07,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:07,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:10,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:10,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:10,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:10,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:19,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:19,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:19,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:19,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:19,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:19,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:20,589 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:30:20,590 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:30:20,712 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:30:20,712 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:30:20,712 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:30:20,712 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:30:20,713 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:30:20,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:30:20,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:30:20,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:30:20,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:30:20,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:30:20,963 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:30:20,963 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:30:20,963 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:30:20,963 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:30:20,964 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:30:21,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:30:21,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:30:21,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:30:24,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:24,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:24,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:24,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:30,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:30,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:30,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:30,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:30,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:30,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:30,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:30,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:34,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:34,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:34,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:34,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:35,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:35,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:35,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:35,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:46,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:46,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:47,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:47,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:30:47,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:30:47,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:05,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:05,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:06,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:06,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:06,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:06,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:11,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:11,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:11,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:11,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:13,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:13,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:13,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:13,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:14,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:14,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:14,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:14,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:17,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:17,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:17,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:17,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:18,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:18,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:21,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:31:21,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:31:21,233 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:31:21,234 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:31:21,234 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:31:21,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:31:21,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:31:21,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:31:21,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:31:21,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:31:21,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:31:21,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:31:21,429 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:31:21,429 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:31:21,429 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:31:21,429 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:31:21,429 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:31:21,521 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:31:21,521 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:31:21,521 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:31:30,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:30,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:30,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:30,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:30,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:30,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:31,494 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:31,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:33,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:33,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:33,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:33,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:34,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:34,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:35,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:35,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:35,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:35,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:35,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:35,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:43,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:43,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:43,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:43,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:45,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:45,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:45,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:45,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:56,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:56,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:56,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:56,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:57,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:57,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:57,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:57,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:31:57,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:31:57,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:04,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:04,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:04,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:04,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:04,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:04,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:04,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:04,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:04,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:05,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:05,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:05,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:05,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:05,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:07,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:07,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:07,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:07,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:12,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:12,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:12,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:12,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:21,522 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:32:21,522 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:32:21,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:32:21,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:32:21,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:32:21,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:32:21,695 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:32:21,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:32:21,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:32:21,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:32:21,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:32:21,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:32:21,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:32:21,938 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:32:21,938 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:32:21,938 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:32:21,938 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-94) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:32:22,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:32:22,050 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:32:22,050 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-94) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:32:29,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:29,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:29,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:29,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:37,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:37,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:37,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:37,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:41,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:41,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:41,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:41,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:41,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:41,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:46,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:46,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:47,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:47,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:47,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:47,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:48,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:48,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:49,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:49,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:49,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:49,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:49,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:49,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:49,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:49,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:54,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:54,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:57,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:57,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:58,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:58,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:58,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:58,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:32:58,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:32:58,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:05,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:05,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:05,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:05,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:05,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:05,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:06,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:06,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:06,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:06,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:06,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:06,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:22,051 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:33:22,051 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:33:22,242 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:33:22,242 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:33:22,242 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:33:22,242 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:33:22,243 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:33:22,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:33:22,357 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:33:22,357 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:33:22,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:33:22,358 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:33:22,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:33:22,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:33:22,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:33:22,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:33:22,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:33:22,573 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:33:22,573 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:33:22,573 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:33:22,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:22,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:22,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:22,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:22,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:22,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:31,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:31,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:31,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:31,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:37,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:37,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:37,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:37,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:37,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:37,593 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:40,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:40,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:40,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:40,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:40,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:40,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:40,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:40,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:45,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:45,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:45,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:45,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:33:45,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:33:45,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:34:02,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:34:02,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:34:02,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:34:02,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:34:02,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:34:02,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:34:22,574 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:34:22,574 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:34:22,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:34:22,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:34:22,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:34:22,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:34:22,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:34:22,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:34:22,881 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:34:22,882 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:34:22,882 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:34:22,882 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:34:23,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:34:23,006 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:34:23,006 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:34:23,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:34:23,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:34:23,124 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:34:23,124 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:34:23,124 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:35:07,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:07,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:07,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:07,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:07,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:07,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:20,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:20,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:20,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:20,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:23,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:35:23,125 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:35:23,244 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:35:23,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:35:23,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:35:23,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:35:23,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:35:23,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:35:23,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:35:23,345 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:35:23,345 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:35:23,345 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:35:23,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:35:23,441 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:35:23,441 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:35:23,441 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:35:23,441 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:35:23,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:35:23,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:35:23,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:35:28,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:28,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:28,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:28,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:28,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:28,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:30,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:30,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:30,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:30,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:30,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:30,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:30,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:30,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:34,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:34,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:34,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:34,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:34,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:34,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:40,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:40,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:52,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:52,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:54,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:54,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:35:54,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:35:55,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:13,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:13,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:15,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:15,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:15,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:15,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:15,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:15,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:18,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:18,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:18,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:18,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:23,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:23,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:23,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:23,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:23,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:36:23,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:36:23,757 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:36:23,758 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:36:23,758 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:36:23,758 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:36:23,758 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:36:23,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:36:23,870 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:36:23,870 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:36:23,870 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:36:23,870 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:36:23,957 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:36:23,957 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:36:23,958 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:36:23,958 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:36:23,958 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:36:24,051 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:36:24,051 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:36:24,051 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:36:26,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:26,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:33,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:33,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:34,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:34,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:34,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:34,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:47,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:47,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:47,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:47,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:47,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:47,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:47,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:47,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:47,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:47,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:48,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:48,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:50,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:50,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:50,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:50,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:50,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:50,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:50,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:50,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:51,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:51,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:53,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:53,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:53,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:53,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:53,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:53,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:53,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:53,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:56,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:56,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:56,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:56,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:56,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:56,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:57,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:57,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:36:57,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:36:57,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:01,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:01,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:02,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:02,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:10,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:10,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:10,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:10,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:10,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:10,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:10,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:10,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:10,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:10,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:19,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:19,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:19,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:19,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:19,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:19,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:20,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:20,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:20,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:20,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:22,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:22,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:22,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:22,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:22,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:22,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:22,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:22,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:24,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:37:24,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:37:24,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:24,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:24,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:37:24,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:37:24,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:37:24,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:37:24,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:37:24,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:24,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:24,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:37:24,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:37:24,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:37:24,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:37:24,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:37:24,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:37:24,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:37:24,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:37:24,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:37:24,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:37:24,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:37:24,589 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:37:24,589 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:37:38,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:38,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:38,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:38,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:42,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:42,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:42,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:42,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:44,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:44,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:44,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:44,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:46,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:46,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:47,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:47,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:48,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:48,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:48,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:48,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:49,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:49,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:53,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:53,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:53,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:53,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:53,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:53,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:54,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:54,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:54,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:54,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:54,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:54,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:54,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:54,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:55,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:55,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:55,258 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:55,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:55,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:55,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:55,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:55,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:56,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:56,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:56,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:56,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:59,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:59,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:37:59,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:37:59,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:00,181 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:00,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:01,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:01,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:01,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:01,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:02,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:02,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:03,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:03,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:04,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:04,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:04,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:04,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:06,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:06,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:06,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:06,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:07,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:07,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:07,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:07,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:07,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:07,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:07,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:07,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:16,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:16,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:17,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:17,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:17,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:17,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:24,590 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:38:24,591 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:38:24,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:38:24,740 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:38:24,740 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:38:24,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:38:24,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:38:24,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:38:24,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:38:24,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:38:24,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:38:24,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:38:24,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:38:24,942 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:38:24,942 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:38:24,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:38:24,942 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:38:25,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:38:25,054 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:38:25,054 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:38:26,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:26,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:26,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:27,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:27,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:27,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:33,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:33,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:33,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:33,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:33,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:33,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:34,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:34,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:34,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:34,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:38,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:38,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:39,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:39,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:39,433 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:39,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:39,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:39,703 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:41,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:41,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:41,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:41,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:42,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:42,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:50,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:50,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:51,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:51,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:38:51,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:38:51,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:39:09,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:39:09,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:39:09,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:39:09,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:39:09,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:39:09,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:39:25,056 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:39:25,056 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:39:25,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:39:25,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:39:25,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:39:25,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:39:25,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:39:25,373 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:39:25,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:39:25,374 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:39:25,374 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:39:25,374 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:39:25,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:39:25,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:39:25,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:39:25,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:39:25,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:39:25,637 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:39:25,637 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:39:25,637 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:40:09,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:09,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:09,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:09,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:09,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:09,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:20,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:20,571 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:20,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:20,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:20,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:20,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:25,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:40:25,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:40:25,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:40:25,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:40:25,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:40:25,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:40:25,794 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:40:25,923 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:40:25,923 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:40:25,924 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:40:25,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:40:25,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:40:26,054 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:40:26,055 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:40:26,055 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:40:26,055 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:40:26,055 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:40:26,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:40:26,177 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:40:26,177 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:40:29,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:29,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:29,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:29,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:30,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:30,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:31,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:31,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:31,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:31,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:33,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:33,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:35,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:35,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:35,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:35,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:37,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:37,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:38,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:38,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:56,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:56,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:40:58,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:40:58,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:01,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:01,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:13,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:13,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:15,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:15,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:15,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:16,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:16,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:16,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:19,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:19,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:19,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:19,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:23,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:23,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:23,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:23,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:24,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:24,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:26,178 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:41:26,178 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:41:26,283 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:41:26,283 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:41:26,283 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:41:26,284 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:41:26,284 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:41:26,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:41:26,385 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:41:26,385 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:41:26,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:41:26,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:41:26,487 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:41:26,487 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:41:26,488 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:41:26,488 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:41:26,488 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:41:26,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:41:26,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:41:26,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:41:33,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:33,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:33,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:33,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:33,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:33,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:48,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:48,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:48,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:48,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:49,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:49,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:51,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:51,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:51,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:51,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:51,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:51,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:52,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:52,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:55,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:55,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:55,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:55,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:41:55,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:41:55,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:00,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:00,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:00,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:00,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:10,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:10,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:10,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:10,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:19,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:19,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:19,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:19,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:21,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:22,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:22,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:22,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:22,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:22,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:26,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:26,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:26,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:26,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:26,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:42:26,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:42:26,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:42:26,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:42:26,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:42:26,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:42:26,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:42:26,930 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:42:26,930 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:42:26,930 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:42:26,930 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:42:26,930 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:42:27,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:42:27,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:42:27,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:42:27,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:42:27,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:42:27,177 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:42:27,177 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:42:27,177 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:42:29,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:29,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:29,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:29,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:29,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:29,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:29,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:30,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:30,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:34,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:34,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:34,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:34,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:56,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:56,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:42:56,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:42:56,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:00,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:00,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:00,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:00,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:01,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:01,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:01,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:01,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:07,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:07,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:07,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:07,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:07,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:07,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:07,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:07,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:07,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:07,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:09,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:10,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:10,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:13,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:13,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:13,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:13,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:15,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:15,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:15,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:15,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:15,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:15,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:15,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:15,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:15,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:15,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:16,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:16,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:16,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:16,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:20,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:20,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:21,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:21,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:21,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:21,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:21,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:21,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:21,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:21,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:21,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:21,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:24,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:24,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:24,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:24,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:24,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:24,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:26,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:26,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:27,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:27,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:27,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:43:27,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:43:27,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:27,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:27,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:43:27,296 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:43:27,296 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:43:27,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:43:27,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:43:27,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:43:27,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:43:27,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:43:27,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:43:27,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:43:27,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:43:27,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:43:27,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:43:27,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:43:27,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:43:27,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:43:27,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:43:27,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:43:27,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:27,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:28,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:28,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:28,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:28,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:42,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:42,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:42,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:42,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:43,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:43,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:43,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:43,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:43,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:43,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:50,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:50,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:50,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:50,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:50,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:50,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:50,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:50,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:51,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:51,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:51,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:51,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:43:51,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:43:51,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:01,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:01,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:01,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:01,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:02,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:02,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:20,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:20,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:20,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:20,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:20,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:44:20,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:44:27,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:44:27,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:44:27,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:44:27,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:44:27,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:44:27,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:44:27,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:44:27,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:44:27,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:44:27,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:44:27,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:44:27,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:44:27,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:44:27,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:44:27,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:44:27,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:44:27,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:44:28,118 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:44:28,118 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:44:28,118 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:45:19,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:19,786 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:19,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:19,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:19,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:19,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:28,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:45:28,119 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:45:28,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:45:28,231 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:45:28,231 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:45:28,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:45:28,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:45:28,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:45:28,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:45:28,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:45:28,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:45:28,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:45:28,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:45:28,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:45:28,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:45:28,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:45:28,420 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:45:28,506 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:45:28,507 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:45:28,507 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:45:31,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:31,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:31,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:31,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:31,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:31,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:41,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:41,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:41,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:41,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:41,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:41,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:45,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:45,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:45,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:45,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:45,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:45,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:46,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:46,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:46,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:46,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:46,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:46,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:45:52,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:45:52,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:02,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:02,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:03,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:03,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:05,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:05,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:24,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:24,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:26,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:27,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:27,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:27,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:27,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:27,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:28,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:46:28,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:46:28,682 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:46:28,682 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:46:28,683 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:46:28,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:46:28,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:46:28,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:46:28,830 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:46:28,830 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:46:28,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:46:28,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:46:28,955 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:46:28,956 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:46:28,956 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:46:28,956 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:46:28,956 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-33) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:46:29,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:46:29,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:46:29,073 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-33) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:46:30,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:30,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:30,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:30,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:33,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:33,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:34,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:34,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:36,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:36,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:43,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:43,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:43,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:43,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:44,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:44,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:55,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:55,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:56,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:57,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:57,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:57,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:57,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:57,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:57,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:58,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:58,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:58,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:58,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:58,494 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:58,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:46:58,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:46:58,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:05,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:05,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:05,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:05,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:13,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:13,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:13,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:13,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:20,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:20,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:20,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:20,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:20,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:20,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:20,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:20,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:20,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:20,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:29,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:47:29,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:47:29,213 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:47:29,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:47:29,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:47:29,213 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:47:29,213 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:47:29,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:47:29,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:47:29,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:47:29,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:47:29,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:47:29,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:47:29,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:47:29,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:47:29,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:47:29,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:47:29,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:47:29,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:47:29,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:47:30,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:30,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:30,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:30,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:31,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:31,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:31,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:31,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:34,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:34,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:34,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:34,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:34,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:34,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:37,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:37,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:37,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:37,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:39,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:39,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:40,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:40,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:56,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:57,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:47:57,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:47:57,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:00,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:00,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:00,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:00,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:05,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:05,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:06,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:06,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:13,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:13,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:13,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:13,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:13,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:13,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:13,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:13,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:13,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:13,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:14,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:14,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:17,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:18,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:18,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:18,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:18,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:18,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:20,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:20,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:21,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:21,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:22,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:22,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:22,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:22,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:29,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:48:29,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:48:29,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:48:29,720 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:48:29,720 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:48:29,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:48:29,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:48:29,841 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:48:29,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:48:29,842 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:48:29,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:48:29,842 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:48:29,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:48:29,961 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:48:29,961 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:48:29,962 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:48:29,962 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:48:30,073 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:48:30,073 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:48:30,073 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:48:30,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:31,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:31,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:31,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:31,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:31,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:35,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:35,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:35,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:35,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:35,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:35,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:36,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:36,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:36,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:36,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:36,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:36,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:37,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:37,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:37,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:37,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:37,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:37,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:39,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:39,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:39,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:39,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:40,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:40,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:57,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:57,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:57,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:57,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:48:58,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:48:58,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:05,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:05,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:05,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:05,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:06,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:06,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:06,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:06,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:07,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:07,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:08,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:08,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:08,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:08,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:08,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:08,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:08,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:08,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:16,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:16,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:16,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:16,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:16,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:16,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:30,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:49:30,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:49:30,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:49:30,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:49:30,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:49:30,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:49:30,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:49:30,438 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:49:30,439 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:49:30,439 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:49:30,439 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:49:30,439 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:49:30,556 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:49:30,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:49:30,557 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:49:30,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:49:30,557 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:49:30,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:49:30,676 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:49:30,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:49:33,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:33,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:33,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:33,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:49:33,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:49:33,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:30,691 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:50:30,691 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:50:30,857 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:50:30,857 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:50:30,858 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:50:30,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:50:30,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:50:30,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:50:30,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:50:30,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:50:30,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:50:30,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:50:31,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:50:31,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:50:31,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:50:31,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:50:31,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:50:31,196 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:50:31,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:50:31,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:50:36,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:36,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:36,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:36,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:36,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:36,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:46,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:46,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:46,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:46,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:46,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:46,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:54,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:54,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:54,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:54,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:55,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:55,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:55,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:56,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:56,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:50:56,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:56,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:50:56,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:00,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:00,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:03,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:03,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:03,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:03,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:05,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:05,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:09,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:09,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:09,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:09,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:16,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:16,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:27,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:28,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:28,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:28,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:28,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:28,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:28,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:28,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:31,198 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:51:31,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:51:31,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:51:31,314 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:51:31,314 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:51:31,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:51:31,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:51:31,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:51:31,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:51:31,419 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:51:31,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:51:31,419 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:51:31,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:51:31,531 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:51:31,531 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:51:31,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:51:31,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:51:31,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:51:31,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:51:31,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:51:35,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:35,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:35,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:35,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:35,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:35,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:35,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:35,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:41,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:41,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:51,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:51,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:51,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:51,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:51,674 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:51,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:58,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:58,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:51:59,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:51:59,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:04,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:04,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:04,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:04,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:04,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:04,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:04,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:04,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:09,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:09,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:09,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:09,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:21,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:21,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:21,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:21,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:31,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:52:31,652 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:52:31,780 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:52:31,780 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:52:31,780 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:52:31,780 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:52:31,780 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:52:31,913 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:52:31,913 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:52:31,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:52:31,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:52:31,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:52:32,039 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:52:32,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:52:32,040 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:52:32,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:52:32,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:52:32,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:52:32,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:52:32,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:52:37,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:37,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:37,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:37,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:38,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:38,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:40,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:40,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:40,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:40,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:46,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:46,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:46,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:46,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:46,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:46,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:46,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:46,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:46,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:46,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:47,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:47,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:47,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:47,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:47,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:47,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:47,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:47,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:49,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:49,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:52:49,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:52:49,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:13,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:13,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:13,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:13,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:15,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:15,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:15,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:15,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:22,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:22,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:22,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:22,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:25,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:25,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:25,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:25,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:25,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:25,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:25,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:25,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:25,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:25,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:26,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:26,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:26,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:26,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:26,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:26,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:27,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:27,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:27,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:27,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:27,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:27,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:27,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:27,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:27,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:27,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:29,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:29,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:29,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:29,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:31,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:31,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:31,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:31,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:31,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:31,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:32,162 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:53:32,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:53:32,327 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:53:32,327 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:53:32,327 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:53:32,327 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:53:32,327 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:53:32,459 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:53:32,460 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:53:32,460 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:53:32,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:53:32,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:53:32,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:53:32,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:53:32,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:53:32,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:53:32,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:53:32,744 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:53:32,744 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:53:32,744 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:53:34,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:34,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:34,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:34,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:34,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:34,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:39,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:39,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:40,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:40,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:40,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:40,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:41,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:41,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:41,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:41,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:42,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:42,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:44,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:44,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:45,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:45,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:45,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:45,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:52,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:52,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:52,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:52,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:53:52,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:53:52,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:12,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:12,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:12,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:12,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:12,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:12,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:16,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:16,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:16,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:16,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:21,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:21,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:22,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:22,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:22,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:22,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:22,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:22,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:22,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:22,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:22,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:22,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:24,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:24,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:25,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:25,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:25,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:25,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:32,745 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:54:32,745 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:54:32,900 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:54:32,900 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:54:32,900 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:54:32,900 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:54:32,900 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:54:33,018 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:54:33,018 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:54:33,018 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:54:33,018 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:54:33,018 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:54:33,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:54:33,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:54:33,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:54:33,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:54:33,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:54:33,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:54:33,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:54:33,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:54:41,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:41,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:41,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:41,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:41,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:41,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:54:44,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:54:44,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:33,238 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:55:33,238 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:55:33,416 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:55:33,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:55:33,416 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:55:33,416 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:55:33,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:55:33,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:55:33,544 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:55:33,544 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:55:33,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:55:33,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:55:33,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:55:33,692 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:55:33,692 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:55:33,692 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:55:33,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:55:33,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:55:33,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:55:33,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:55:39,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:39,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:39,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:39,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:39,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:39,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:51,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:51,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:52,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:52,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:55:52,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:55:52,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:03,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:03,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:05,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:05,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:05,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:05,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:05,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:05,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:11,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:11,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:24,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:24,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:24,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:24,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:24,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:24,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:33,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:56:33,827 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:56:33,975 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:56:33,975 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:56:33,975 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:56:33,975 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:56:33,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:56:34,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:56:34,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:56:34,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:56:34,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:56:34,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:56:34,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:56:34,189 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:56:34,189 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:56:34,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:56:34,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:56:34,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:56:34,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:56:34,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:56:46,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:46,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:46,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:46,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:46,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:46,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:46,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:46,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:50,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:50,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:50,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:50,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:50,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:50,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:50,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:50,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:56:59,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:56:59,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:10,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:10,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:10,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:10,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:10,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:10,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,433 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:16,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:16,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:17,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:17,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:19,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:19,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:19,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:19,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:23,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:23,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:23,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:23,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:23,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:23,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:23,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:23,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:25,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:25,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:25,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:25,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:25,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:25,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:28,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:28,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:28,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:28,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:34,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:57:34,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:57:34,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:57:34,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:57:34,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:57:34,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:57:34,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:57:34,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:57:34,551 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:57:34,552 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:57:34,552 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:57:34,552 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:57:34,664 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:57:34,664 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:57:34,664 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:57:34,664 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:57:34,664 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:57:34,781 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:57:34,782 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:57:34,782 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:57:35,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:35,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:35,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:35,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:48,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:48,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:48,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:48,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:49,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:49,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:53,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:53,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:53,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:53,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:54,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:54,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:57:54,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:57:54,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:14,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:14,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:14,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:14,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:14,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:14,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:14,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:14,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:19,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:19,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:19,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:19,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:24,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:24,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:25,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:25,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:25,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:25,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:25,241 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:25,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:25,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:25,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:30,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:30,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:31,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:31,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:32,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:32,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:32,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:32,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:33,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:33,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:33,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:33,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:34,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:34,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:34,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:34,783 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:58:34,783 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:58:34,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:34,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:34,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:34,955 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:58:34,955 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:58:34,955 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:58:34,955 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:58:34,955 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:58:35,077 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:58:35,077 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:58:35,078 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:58:35,078 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:58:35,078 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:58:35,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:35,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:35,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:35,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:35,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:58:35,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:58:35,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:58:35,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:58:35,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:58:35,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:58:35,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:58:35,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:58:45,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:45,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:45,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:46,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:46,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:55,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:55,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:55,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:55,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:56,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:56,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:56,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:56,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:56,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:56,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:56,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:56,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:57,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:57,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:57,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:57,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:58:58,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:58:58,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:22,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:22,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:22,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:22,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:24,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:24,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:24,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:24,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:25,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:25,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:32,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:32,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:32,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:32,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:32,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:32,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:32,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:32,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:33,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:33,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:33,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:33,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:33,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:33,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:34,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:34,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:34,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:34,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:34,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:34,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:35,348 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 09:59:35,349 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:59:35,526 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 09:59:35,527 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:59:35,527 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 09:59:35,527 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:59:35,527 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:59:35,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 09:59:35,646 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:59:35,647 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 09:59:35,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 09:59:35,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:59:35,770 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 09:59:35,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:59:35,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 09:59:35,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 09:59:35,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-51) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 09:59:35,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 09:59:35,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 09:59:35,903 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-51) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 09:59:52,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:52,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:53,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:53,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 09:59:53,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 09:59:53,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:00:35,904 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:00:35,904 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:00:36,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:00:36,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:00:36,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:00:36,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:00:36,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:00:36,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:00:36,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:00:36,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:00:36,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:00:36,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:00:36,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:00:36,342 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:00:36,342 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:00:36,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:00:36,342 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:00:36,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:00:36,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:00:36,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:00:59,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:00:59,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:00,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:00,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:00,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:00,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:13,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:13,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:13,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:13,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:13,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:13,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:19,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:19,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:19,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:19,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:19,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:19,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:19,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:19,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:22,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:22,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:22,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:22,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:23,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:23,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:24,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:24,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:26,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:26,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:30,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:30,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:36,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:01:36,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:01:36,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:01:36,636 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:01:36,636 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:01:36,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:01:36,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:01:36,766 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:01:36,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:01:36,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:01:36,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:01:36,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:01:36,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:01:36,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:01:36,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:01:36,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:01:36,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:01:36,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:36,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:37,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:37,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:37,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:01:37,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:01:37,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:01:38,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:38,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:56,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:56,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:56,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:56,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:01:56,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:01:56,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:03,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:03,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:03,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:03,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:04,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:04,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:04,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:04,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:04,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:04,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:05,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:05,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:18,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:18,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:18,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:18,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:18,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:18,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:27,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:27,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:28,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:28,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:28,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:28,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:28,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:28,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:30,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:30,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:30,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:30,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:30,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:30,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:30,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:30,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:30,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:30,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:37,037 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:02:37,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:02:37,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:02:37,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:02:37,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:02:37,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:02:37,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:02:37,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:02:37,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:02:37,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:02:37,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:02:37,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:02:37,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:02:37,427 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:02:37,427 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:02:37,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:02:37,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:02:37,525 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:02:37,525 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:02:37,525 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:02:38,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:38,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:39,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:39,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:39,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:39,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:39,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:39,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:43,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:43,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:43,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:43,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:50,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:50,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:02:50,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:02:50,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:03,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:03,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:04,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:04,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:04,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:04,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:04,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:04,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:04,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:05,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:05,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:05,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:05,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:05,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:06,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:06,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:06,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:06,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:07,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:07,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:08,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:08,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:08,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:08,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:09,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:09,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:09,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:09,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:09,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:09,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:09,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:09,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:30,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:30,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:30,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:30,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:33,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:33,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:34,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:34,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:37,526 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:03:37,526 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:03:37,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:03:37,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:03:37,740 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:03:37,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:03:37,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:03:37,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:03:37,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:03:37,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:03:37,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:03:37,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:03:38,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:03:38,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:03:38,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:03:38,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:03:38,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:03:38,126 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:03:38,126 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:03:38,126 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:03:39,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:39,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:39,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:39,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:47,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:47,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:47,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:47,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:47,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:47,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:47,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:47,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:47,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:47,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:49,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:49,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:50,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:50,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:51,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:51,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:52,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:52,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:52,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:52,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:55,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:55,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:55,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:55,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:56,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:56,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:03:57,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:03:57,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:04,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:04,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:05,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:05,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:05,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:05,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:05,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:05,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:07,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:07,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:07,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:07,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:07,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:07,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:08,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:08,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:08,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:08,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:09,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:09,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:30,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:30,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:30,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:30,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:30,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:30,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:33,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:33,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:33,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:33,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:34,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:34,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:34,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:34,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:34,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:34,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:34,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:34,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:34,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:34,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:35,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:35,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:35,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:35,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:38,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:04:38,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:04:38,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:04:38,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:04:38,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:04:38,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:04:38,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:04:38,390 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:04:38,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:04:38,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:04:38,391 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:04:38,391 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:04:38,500 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:04:38,500 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:04:38,500 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:04:38,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:04:38,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:04:38,606 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:04:38,606 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:04:38,606 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:04:42,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:42,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:42,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:42,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:42,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:42,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:59,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:59,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:59,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:59,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:04:59,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:04:59,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:05:38,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:05:38,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:05:38,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:05:38,797 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:05:38,797 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:05:38,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:05:38,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:05:38,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:05:38,925 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:05:38,925 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:05:38,925 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:05:38,925 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:05:39,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:05:39,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:05:39,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:05:39,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:05:39,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:05:39,173 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:05:39,173 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:05:39,174 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:06:00,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:00,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:03,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:03,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:03,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:03,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:12,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:12,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:12,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:12,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:12,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:12,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:19,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:19,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:19,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:19,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:20,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:20,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:22,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:22,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:24,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:24,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:27,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:27,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:27,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:27,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:27,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:27,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:27,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:27,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:31,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:31,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:39,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:06:39,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:06:39,281 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:06:39,281 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:06:39,281 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:06:39,281 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:06:39,281 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:06:39,379 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:06:39,379 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:06:39,380 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:06:39,380 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:06:39,380 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:06:39,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:06:39,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:06:39,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:06:39,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:06:39,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:06:39,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:06:39,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:06:39,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:06:41,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:41,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:42,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:42,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:47,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:47,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:58,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:58,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:58,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:58,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:58,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:58,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:06:58,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:06:58,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:08,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:08,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:08,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:08,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:08,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:08,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:08,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:08,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:11,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:11,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:24,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:24,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:24,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:24,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:25,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:25,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:33,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:33,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:34,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:34,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:34,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:34,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:34,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:34,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:34,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:34,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:39,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:07:39,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:07:39,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:07:39,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:07:39,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:07:39,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:07:39,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:07:39,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:07:39,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:07:39,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:07:39,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:07:39,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:07:39,947 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:07:39,947 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:07:39,948 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:07:39,948 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:07:39,948 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:07:40,067 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:07:40,068 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:07:40,068 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:07:41,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:41,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:41,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:41,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:48,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:48,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:48,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:48,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:48,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:48,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:48,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:48,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:52,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:52,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:07:53,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:07:53,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:00,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:00,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:00,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:00,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:10,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:10,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:10,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:10,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:10,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:10,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:10,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:10,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:10,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:10,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:13,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:13,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:14,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:14,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:14,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:14,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:14,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:14,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:14,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:14,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:34,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:34,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:34,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:34,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:34,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:34,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:34,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:34,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:40,069 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:08:40,070 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:08:40,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:08:40,172 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:08:40,172 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:08:40,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:08:40,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:08:40,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:08:40,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:08:40,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:08:40,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:08:40,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:08:40,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:08:40,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:08:40,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:08:40,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:08:40,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:08:40,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:08:40,454 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:08:40,454 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:08:43,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:43,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:43,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:43,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:47,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:47,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:47,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:47,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:47,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:47,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:47,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:47,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:47,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:47,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:49,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:49,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:49,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:49,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:51,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:51,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:53,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:53,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:55,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:55,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:55,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:55,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:55,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:55,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:55,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:55,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:55,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:55,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:56,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:56,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:56,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:56,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:08:56,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:08:56,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:03,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:03,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:03,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:03,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:03,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:03,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:04,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:04,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:04,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:04,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:04,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:04,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:05,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:05,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:05,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:05,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:05,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:05,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:08,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:08,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:08,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:08,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:08,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:08,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:08,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:08,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:08,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:09,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:09,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:09,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:36,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:36,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:36,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:36,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:36,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:36,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:36,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:36,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:36,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:36,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:38,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:38,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:38,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:38,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:38,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:38,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:39,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:39,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:39,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:40,455 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:09:40,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:09:40,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:09:40,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:09:40,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:09:40,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:09:40,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:09:40,753 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:09:40,753 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:09:40,753 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:09:40,753 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:09:40,753 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:09:40,865 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:09:40,865 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:09:40,865 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:09:40,865 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:09:40,865 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:09:40,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:09:40,978 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:09:40,978 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:09:45,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:45,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:45,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:45,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:09:45,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:09:45,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:10:04,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:10:04,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:10:04,690 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:10:04,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:10:04,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:10:04,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:10:40,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:10:40,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:10:41,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:10:41,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:10:41,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:10:41,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:10:41,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:10:41,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:10:41,194 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:10:41,194 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:10:41,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:10:41,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:10:41,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:10:41,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:10:41,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:10:41,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:10:41,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:10:41,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:10:41,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:10:41,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:11:15,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:15,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:15,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:15,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:15,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:15,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:23,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:23,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:23,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:23,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:23,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:23,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:32,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:32,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:32,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:32,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:32,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:32,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:34,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:34,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:35,181 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:35,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:35,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:35,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:35,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:35,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:36,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:36,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:36,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:36,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:41,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:41,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:41,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:11:41,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:11:41,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:11:41,513 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:11:41,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:11:41,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:11:41,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:11:41,653 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:11:41,653 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:11:41,653 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:11:41,653 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:11:41,654 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:11:41,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:11:41,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:11:41,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:11:41,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:11:41,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:11:41,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:11:41,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:11:41,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:11:54,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:54,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:11:57,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:11:57,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:06,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:06,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:09,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:09,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:09,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:09,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:09,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:09,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:10,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:10,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:16,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:16,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:16,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:16,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:16,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:16,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:17,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:17,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:25,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:25,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:27,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:28,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:28,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:28,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:28,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:28,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:34,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:34,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:35,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:35,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:35,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:35,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:35,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:35,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:35,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:35,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:35,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:35,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:38,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:38,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:38,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:38,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:39,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:39,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:41,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:41,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:12:41,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:12:41,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:41,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:41,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:12:41,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:12:41,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:12:41,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:12:41,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:12:41,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:42,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:12:42,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:12:42,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:12:42,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:12:42,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:12:42,164 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:12:42,164 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:12:42,164 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:12:42,164 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:12:42,164 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-42) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:12:42,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:12:42,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:12:42,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-42) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:12:44,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:44,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:44,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:44,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:44,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:44,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:51,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:51,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:51,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:51,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:54,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:54,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:54,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:54,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:54,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:55,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:55,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:55,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:59,483 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:59,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:12:59,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:12:59,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:14,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:14,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:14,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:14,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:15,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:15,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:15,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:15,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:15,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:15,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:18,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:18,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:19,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:19,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:19,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:19,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:19,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:19,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:19,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:19,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:40,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:40,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:40,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:40,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:42,264 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:13:42,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:13:42,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:13:42,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:13:42,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:13:42,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:13:42,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:13:42,565 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:13:42,566 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:13:42,566 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:13:42,566 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:13:42,566 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:13:42,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:13:42,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:13:42,681 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:13:42,681 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:13:42,682 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:13:42,812 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:13:42,812 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:13:42,813 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:13:46,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:46,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:46,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:46,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:48,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:48,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:48,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:48,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:53,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:53,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:53,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:53,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:53,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:53,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:54,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:54,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:54,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:54,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:56,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:56,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:57,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:57,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:57,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:57,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:57,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:57,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:13:59,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:13:59,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:00,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:00,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:07,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:07,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:07,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:07,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:07,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:07,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:08,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:08,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:12,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:13,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:13,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:13,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:13,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:13,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:15,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:15,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:15,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:15,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:15,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:15,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:42,814 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:14:42,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:14:42,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:14:42,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:14:42,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:14:42,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:14:42,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:14:43,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:14:43,109 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:14:43,110 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:14:43,110 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:14:43,110 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:14:43,229 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:14:43,229 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:14:43,230 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:14:43,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:14:43,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:14:43,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:14:43,341 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:14:43,342 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:14:43,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:43,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:44,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:44,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:44,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:44,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:44,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:44,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:44,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:44,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:45,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:45,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:45,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:45,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:45,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:46,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:46,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:46,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:48,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:48,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:48,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:48,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:48,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:48,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:54,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:54,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:54,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:54,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:14:54,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:14:54,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:15:23,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:15:23,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:15:23,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:15:23,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:15:23,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:15:23,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:15:43,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:15:43,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:15:43,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:15:43,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:15:43,509 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:15:43,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:15:43,509 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:15:43,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:15:43,603 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:15:43,603 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:15:43,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:15:43,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:15:43,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:15:43,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:15:43,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:15:43,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:15:43,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:15:43,783 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:15:43,783 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:15:43,783 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:16:16,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:16,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:16,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:16,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:16,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:16,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:26,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:26,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:26,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:26,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:26,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:26,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:32,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:32,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:35,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:35,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:35,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:35,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:36,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:36,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:37,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:37,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:37,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:37,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:37,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:37,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:37,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:37,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:40,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:40,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:41,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:41,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:43,784 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:16:43,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:16:43,913 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:16:43,913 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:16:43,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:16:43,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:16:43,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:16:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:16:44,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:16:44,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:16:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:16:44,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:16:44,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:16:44,145 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:16:44,145 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:16:44,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:16:44,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:16:44,265 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:16:44,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:16:44,265 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:16:55,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:55,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:56,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:56,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:16:59,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:16:59,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:12,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:12,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:12,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:12,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:12,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:12,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:13,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:13,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:20,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:20,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:20,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:21,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:21,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:21,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:23,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:23,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:23,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:24,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:40,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:40,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:40,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:40,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:40,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:40,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:44,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:17:44,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:17:44,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:17:44,403 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:17:44,403 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:17:44,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:17:44,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:17:44,536 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:17:44,536 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:17:44,536 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:17:44,537 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:17:44,537 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:17:44,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:17:44,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:17:44,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:17:44,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:17:44,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:17:44,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:17:44,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:17:44,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:17:49,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:50,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:50,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:50,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:50,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:50,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:50,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:50,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:50,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:50,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:51,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:51,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:55,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:55,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:55,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:55,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:58,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:58,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:58,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:58,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:17:58,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:17:58,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:01,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:01,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:02,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:02,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:04,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:04,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:05,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:05,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:10,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:10,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:10,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:10,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:10,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:10,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:14,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:14,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:14,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:14,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:22,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:22,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:22,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:22,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:36,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:36,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:36,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:36,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:44,777 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:18:44,777 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:18:44,905 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:18:44,905 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:18:44,906 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:18:44,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:18:44,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:18:45,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:18:45,019 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:18:45,019 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:18:45,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:18:45,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:18:45,133 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:18:45,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:18:45,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:18:45,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:18:45,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:18:45,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:18:45,258 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:18:45,258 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:18:45,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:45,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:45,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:45,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:46,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:46,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:46,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:46,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:46,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:46,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:46,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:46,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:47,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:47,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:47,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:47,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:47,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:47,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:48,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:48,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:48,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:48,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:49,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:49,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:50,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:50,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:18:50,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:18:50,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:10,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:10,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:10,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:10,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:13,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:13,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:13,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:13,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:15,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:15,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:15,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:15,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:19,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:19,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:19,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:19,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:19,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:19,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:19,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:19,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:20,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:20,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:20,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:20,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:21,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:21,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:27,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:27,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:27,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:28,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:28,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:28,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:28,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:28,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:28,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:28,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:28,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:28,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:30,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:30,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:30,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:30,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:31,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:31,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:32,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:32,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:32,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:32,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:32,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:32,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:33,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:33,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:33,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:33,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:33,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:33,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:35,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:35,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:35,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:35,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:35,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:35,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:37,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:37,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:37,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:37,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:37,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:37,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:40,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:40,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:40,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:40,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:41,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:41,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:44,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:44,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:44,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:44,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:44,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:19:44,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:19:45,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:19:45,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:19:45,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:19:45,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:19:45,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:19:45,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:19:45,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:19:45,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:19:45,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:19:45,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:19:45,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:19:45,610 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:19:45,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:19:45,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:19:45,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:19:45,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:19:45,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:19:45,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:19:45,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:19:45,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:20:05,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:05,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:05,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:05,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:05,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:05,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:10,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:10,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:11,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:11,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:11,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:11,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:11,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:11,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:11,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:11,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:12,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:12,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:13,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:13,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:15,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:15,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:15,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:15,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:15,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:15,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:17,107 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:17,125 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:17,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:17,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:35,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:35,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:35,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:35,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:36,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:20:36,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:20:45,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:20:45,812 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:20:46,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:20:46,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:20:46,039 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:20:46,039 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:20:46,039 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:20:46,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:20:46,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:20:46,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:20:46,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:20:46,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:20:46,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:20:46,276 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:20:46,276 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:20:46,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:20:46,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:20:46,392 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:20:46,392 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:20:46,392 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:21:38,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:38,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:21:42,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:42,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:21:42,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:42,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:21:46,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:21:46,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:21:46,567 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:21:46,567 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:21:46,567 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:21:46,567 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:21:46,567 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:21:46,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:21:46,670 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:21:46,670 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:21:46,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:21:46,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:21:46,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:21:46,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:21:46,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:21:46,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:21:46,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:21:46,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:21:46,866 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:21:46,867 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:21:52,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:52,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:21:52,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:52,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:21:52,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:21:52,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:00,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:00,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:08,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:08,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:08,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:08,755 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:09,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:09,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:09,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:09,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:10,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:10,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:11,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:11,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:11,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:11,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:12,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:12,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:12,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:12,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:13,132 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-22) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 10:22:19,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:19,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:20,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:20,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:30,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:30,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:46,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:22:46,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:22:47,053 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:22:47,054 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:22:47,054 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:22:47,054 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:22:47,054 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:22:47,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:22:47,175 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:22:47,175 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:22:47,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:22:47,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:22:47,295 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:22:47,296 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:22:47,296 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:22:47,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:22:47,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:22:47,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:22:47,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:22:47,422 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:22:47,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:47,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:49,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:49,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:49,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:49,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:49,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:49,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:52,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:52,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:52,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:52,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:52,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:52,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:53,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:53,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:22:53,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:22:53,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:03,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:03,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:03,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:03,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:03,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:03,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:10,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:10,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:10,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:10,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:10,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:10,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:11,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:11,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:11,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:11,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:12,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:12,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:13,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:13,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:13,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:13,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:13,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:13,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:14,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:14,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:14,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:14,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:14,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:14,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:14,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:14,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:15,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:15,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:21,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:21,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:21,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:21,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:22,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:22,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:22,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:22,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:24,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:24,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:24,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:24,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:25,100 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-2) Client did not poll async queries updates for 30 cycles, suspending server side updates for session id = 76305A86E1A829B53BA63F4C2C4B5ED2 >2012-11-07 10:23:26,100 WARN [org.ovirt.engine.core.bll.BackendCallBacksDirector] (pool-11-thread-33) Client did not poll async queries updates for 30 cycles sessionId = 76305A86E1A829B53BA63F4C2C4B5ED2. Callback will be removed. >2012-11-07 10:23:43,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:43,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:43,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:43,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:44,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:44,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:44,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:44,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:44,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:44,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:44,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:44,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:44,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:44,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:47,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:23:47,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:23:47,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:23:47,539 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:23:47,539 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:23:47,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:23:47,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:23:47,643 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:23:47,643 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:23:47,643 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:23:47,643 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:23:47,643 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:23:47,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:23:47,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:23:47,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:23:47,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:23:47,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:23:47,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:23:47,826 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:23:47,826 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:23:50,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:50,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:50,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:50,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:50,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:50,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:50,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:50,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:51,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:51,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:53,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:53,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:53,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:53,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:59,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:59,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:23:59,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:23:59,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:13,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:13,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:13,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:13,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:13,324 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:13,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:13,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:13,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:15,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:15,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:15,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:15,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:20,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:20,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:26,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:26,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:26,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:26,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:26,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:26,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:26,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:26,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:26,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:27,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:27,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:27,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:27,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:27,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:27,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:27,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:29,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:29,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:30,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:30,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:30,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:30,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:30,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:30,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:31,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:31,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:31,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:31,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:31,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:31,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:31,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:31,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:31,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:31,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:33,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:33,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:33,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:33,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:35,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:35,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:35,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:35,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:35,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:35,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:35,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:35,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:35,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:35,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:36,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:36,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:36,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:36,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:36,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:36,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:36,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:36,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:46,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:46,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:46,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:46,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:46,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:24:46,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:24:47,827 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:24:47,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:24:47,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:24:47,944 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:24:47,944 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:24:47,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:24:47,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:24:48,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:24:48,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:24:48,052 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:24:48,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:24:48,052 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:24:48,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:24:48,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:24:48,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:24:48,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:24:48,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:24:48,238 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:24:48,238 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:24:48,238 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:25:00,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:00,680 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:00,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:00,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:01,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:01,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:09,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:09,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:09,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:09,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:09,936 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:09,945 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:09,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:09,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:10,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:10,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:11,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:11,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:11,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:11,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:11,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:11,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:12,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:12,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:14,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:14,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:14,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:14,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:14,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:14,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:17,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:17,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:17,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:17,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:17,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:17,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:36,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:36,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:36,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:36,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:37,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:25:37,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:25:48,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:25:48,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:25:48,355 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:25:48,355 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:25:48,355 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:25:48,355 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:25:48,355 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:25:48,462 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:25:48,462 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:25:48,462 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:25:48,462 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:25:48,462 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:25:48,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:25:48,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:25:48,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:25:48,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:25:48,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:25:48,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:25:48,663 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:25:48,663 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:26:38,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:38,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:26:43,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:43,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:26:43,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:43,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:26:48,664 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:26:48,664 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:26:48,764 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:26:48,764 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:26:48,764 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:26:48,764 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:26:48,764 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:26:48,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:26:48,858 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:26:48,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:26:48,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:26:48,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:26:48,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:26:48,950 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:26:48,950 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:26:48,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:26:48,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:26:49,057 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:26:49,057 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:26:49,057 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:26:53,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:53,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:26:53,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:53,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:26:53,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:26:53,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:02,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:02,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:08,048 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-44) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 3080fa24 >2012-11-07 10:27:08,048 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 63a66a5c >2012-11-07 10:27:08,049 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 3080fa24 >2012-11-07 10:27:08,049 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) FINISH, IsValidVDSCommand, return: true, log id: 63a66a5c >2012-11-07 10:27:08,049 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-44) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 23e4e651 >2012-11-07 10:27:08,050 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-38) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 56cbd51f >2012-11-07 10:27:08,108 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-44) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 23e4e651 >2012-11-07 10:27:08,110 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-38) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 521e9e16 >2012-11-07 10:27:08,112 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-44) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 10:27:08,277 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-38) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 521e9e16 >2012-11-07 10:27:08,277 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-38) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 56cbd51f >2012-11-07 10:27:08,286 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-38) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 10:27:10,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:10,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:10,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:10,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:10,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:10,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:10,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:11,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:11,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:14,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:14,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:15,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:15,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:23,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:23,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:23,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:23,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:31,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:31,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:42,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:42,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:43,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:43,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:43,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:43,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:46,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:46,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:49,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:27:49,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:27:49,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:27:49,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:27:49,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:27:49,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:27:49,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:27:49,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:27:49,267 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:27:49,267 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:27:49,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:27:49,267 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:27:49,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:27:49,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:27:49,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:27:49,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:27:49,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:27:49,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:27:49,464 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:27:49,464 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:27:53,247 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:53,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:54,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:54,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:56,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:56,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:56,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:56,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:27:56,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:27:56,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:05,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:05,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:05,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:05,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:05,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:05,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:10,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:10,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:10,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:10,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:10,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:10,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:12,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:12,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,786 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:13,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:13,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:24,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:24,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:24,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:24,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:27,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:27,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:27,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:27,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:30,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:30,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:30,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:30,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:38,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:38,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:39,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:39,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:49,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:49,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:49,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:49,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:49,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:49,466 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:28:49,466 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:28:49,601 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:28:49,602 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:28:49,602 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:28:49,602 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:28:49,602 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:28:49,699 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:28:49,699 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:28:49,699 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:28:49,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:28:49,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:28:49,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:28:49,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:28:49,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:28:49,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:28:49,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:28:49,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:28:49,876 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:28:49,877 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:28:53,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:53,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:53,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:53,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:54,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:54,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:54,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:54,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:54,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:54,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:54,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:54,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:56,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:56,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:28:57,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:28:57,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:02,634 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:02,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:02,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:02,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:03,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:03,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:20,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:20,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:20,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:20,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:20,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:20,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:20,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:20,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:27,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:27,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:27,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:27,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:32,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:32,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:34,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:34,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:34,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:34,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:34,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:34,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:34,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:34,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:35,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:35,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:35,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:35,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:35,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:35,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:37,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:37,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:37,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:37,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:39,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:39,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:39,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:39,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:39,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:39,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:40,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:40,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:40,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:40,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:40,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:40,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:41,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:41,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:41,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:41,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:46,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:46,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:46,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:46,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:46,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:46,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:49,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:49,877 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:29:49,877 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:29:50,002 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:29:50,002 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:29:50,002 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:29:50,002 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:29:50,002 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:29:50,117 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:29:50,118 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:29:50,118 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:29:50,118 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:29:50,118 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:29:50,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:29:50,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:29:50,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:29:50,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:29:50,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-19) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:29:50,312 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:29:50,312 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:29:50,312 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-19) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:29:51,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:51,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:51,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:51,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:51,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:51,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:59,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:59,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:59,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:59,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:29:59,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:29:59,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:24,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:24,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:24,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:24,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:24,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:24,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:24,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:24,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:25,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:25,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:25,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:25,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:25,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:25,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:26,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:26,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:26,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:26,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:26,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:26,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:26,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:26,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:26,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:26,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:28,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:28,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:28,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:28,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:28,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:28,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:50,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:30:50,313 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:30:50,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:30:50,413 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:30:50,413 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:30:50,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:30:50,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:30:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:30:50,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:30:50,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:30:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:30:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:30:50,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:30:50,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:30:50,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:30:50,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:30:50,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:30:50,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:30:50,693 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:30:50,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:30:53,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:53,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:53,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:53,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:30:53,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:30:53,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:40,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:40,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:50,695 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:31:50,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:31:50,800 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:31:50,800 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:31:50,801 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:31:50,801 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:31:50,801 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:31:50,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:31:50,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:31:50,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:31:50,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:31:50,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:31:51,010 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:31:51,010 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:31:51,010 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:31:51,010 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:31:51,011 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:31:51,110 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:31:51,110 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:31:51,111 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:31:52,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:52,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:52,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:52,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:52,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:52,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:53,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:53,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:31:54,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:31:54,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:02,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:02,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:09,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:09,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:09,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:09,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:09,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:09,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:11,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:11,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:11,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:11,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:11,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:11,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:11,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:11,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:12,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:12,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:16,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:16,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:27,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:27,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:29,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:29,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:37,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:37,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:47,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:47,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:47,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:47,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:47,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:47,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:32:51,112 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:32:51,112 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:32:51,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:32:51,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:32:51,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:32:51,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:32:51,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:32:51,321 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:32:51,321 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:32:51,321 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:32:51,321 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:32:51,321 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:32:51,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:32:51,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:32:51,413 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:32:51,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:32:51,413 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:32:51,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:32:51,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:32:51,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:32:55,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:32:55,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:00,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:00,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:01,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:01,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:02,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:02,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:02,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:02,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:05,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:05,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:09,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:10,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:10,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:10,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:10,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:10,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:19,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:19,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:38,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:38,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:47,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:47,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:47,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:33:47,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:33:51,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:33:51,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:33:51,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:33:51,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:33:51,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:33:51,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:33:51,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:33:51,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:33:51,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:33:51,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:33:51,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:33:51,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:33:51,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:33:51,815 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:33:51,815 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:33:51,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:33:51,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-21) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:33:51,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:33:51,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:33:51,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-21) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:34:05,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:05,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:05,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:06,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:06,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:06,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:06,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:06,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:06,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:06,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:06,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:08,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:08,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:09,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:09,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:12,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:12,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:12,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:12,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:12,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:12,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:25,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:25,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:25,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:25,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:29,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:29,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:29,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:29,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:34,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:34,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:35,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:35,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:35,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:35,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:38,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:38,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:39,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:39,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:39,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:39,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:39,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:39,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:39,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:39,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:39,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:39,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:41,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:41,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:41,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:41,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:41,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:41,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:41,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:41,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:41,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:41,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:43,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:43,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:43,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:43,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:43,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:43,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:44,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:44,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:44,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:44,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:45,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:45,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:45,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:45,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:49,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:49,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:49,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:49,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:49,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:49,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:49,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:49,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:49,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:49,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:50,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:50,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:50,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:50,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:50,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:50,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:50,428 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:50,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:51,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:34:51,913 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:34:52,022 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:34:52,022 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:34:52,023 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:34:52,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:34:52,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:34:52,129 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:34:52,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:34:52,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:34:52,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:34:52,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:34:52,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:34:52,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:34:52,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:34:52,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:34:52,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:34:52,339 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:34:52,339 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:34:52,339 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:34:52,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:52,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:52,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:52,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:53,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:53,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:58,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:58,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:59,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:59,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:34:59,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:34:59,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:28,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:28,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:28,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:28,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:28,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:28,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:29,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:30,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:30,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:30,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:30,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:30,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:30,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:30,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:30,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:30,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:32,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:32,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:32,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:32,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:32,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:32,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:32,473 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:32,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:36,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:36,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:37,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:37,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:37,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:35:37,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:35:52,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:35:52,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:35:52,481 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:35:52,482 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:35:52,482 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:35:52,482 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:35:52,482 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:35:52,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:35:52,587 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:35:52,587 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:35:52,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:35:52,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:35:52,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:35:52,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:35:52,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:35:52,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:35:52,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-97) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:35:52,798 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:35:52,798 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:35:52,799 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-97) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:36:05,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:36:05,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:36:05,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:36:05,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:36:05,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:36:05,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:36:52,800 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:36:52,801 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:36:52,910 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:36:52,910 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:36:52,910 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:36:52,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:36:52,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:36:53,011 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:36:53,011 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:36:53,011 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:36:53,011 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:36:53,011 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:36:53,098 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:36:53,098 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:36:53,098 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:36:53,098 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:36:53,098 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:36:53,193 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:36:53,193 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:36:53,193 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:36:59,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:36:59,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:05,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:05,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:05,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:05,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:10,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:10,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:10,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:10,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:10,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:10,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:15,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:15,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:17,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:17,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:17,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:17,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:18,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:18,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:18,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:18,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:19,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:19,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:25,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:25,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:26,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:26,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:27,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:27,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:27,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:27,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:34,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:34,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:34,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:34,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:45,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:45,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:52,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:52,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:52,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:52,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:52,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:52,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:37:53,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:37:53,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:37:53,293 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:37:53,293 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:37:53,293 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:37:53,293 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:37:53,293 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:37:53,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:37:53,393 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:37:53,393 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:37:53,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:37:53,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:37:53,495 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:37:53,495 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:37:53,495 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:37:53,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:37:53,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-4) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:37:53,599 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:37:53,599 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:37:53,599 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-4) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:37:55,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:37:55,109 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:00,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:00,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:03,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:03,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:04,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:04,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:04,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:04,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:04,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:04,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:10,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:10,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:10,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:10,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:11,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:11,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:18,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:18,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:19,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:19,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:19,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:19,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:19,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:19,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:19,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:19,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:19,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:19,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:21,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:21,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:22,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:22,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:22,324 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:22,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:37,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:37,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:38,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:38,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:41,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:41,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:41,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:41,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:41,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:41,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:41,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:41,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:51,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:51,204 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:51,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:38:51,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:38:53,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:38:53,601 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:38:53,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:38:53,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:38:53,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:38:53,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:38:53,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:38:53,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:38:53,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:38:53,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:38:53,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:38:53,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:38:53,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:38:53,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:38:53,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:38:53,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:38:53,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:38:53,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:38:53,993 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:38:53,993 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:39:09,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:09,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:09,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:09,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:09,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:09,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:11,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:11,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:11,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:11,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,730 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:17,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:17,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:41,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:41,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:41,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:41,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:44,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:44,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:44,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:44,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:50,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:50,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:50,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:50,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:50,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:50,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:51,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:51,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:53,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:53,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:53,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:39:53,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:39:54,107 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:39:54,107 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:39:54,108 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:39:54,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:39:54,108 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:39:54,224 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:39:54,225 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:39:54,225 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:39:54,225 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:39:54,225 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:39:54,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:39:54,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:39:54,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:39:54,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:39:54,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:39:54,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:39:54,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:39:54,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:39:55,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:55,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:55,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:55,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:55,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:55,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:55,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:55,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:56,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:56,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:56,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:56,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:56,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:56,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:57,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:57,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:57,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:57,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:57,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:57,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:57,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:57,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:59,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:59,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:59,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:59,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:59,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:59,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:59,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:59,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:39:59,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:39:59,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:02,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:02,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:02,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:02,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:07,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:07,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:08,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:08,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:08,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:08,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:10,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:10,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:10,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:10,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:10,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:10,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:10,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:10,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:10,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:10,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:11,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:11,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:16,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:16,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:16,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:16,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:17,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:17,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:38,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:38,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:38,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:38,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:39,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:39,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:39,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:39,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:39,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:39,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:44,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:44,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:44,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:44,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:44,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:44,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:44,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:44,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:45,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:45,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:45,181 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:45,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:45,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:45,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:50,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:50,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:50,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:50,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:50,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:40:50,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:40:54,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:40:54,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:40:54,537 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:40:54,537 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:40:54,537 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:40:54,537 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:40:54,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:40:54,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:40:54,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:40:54,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:40:54,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:40:54,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:40:54,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:40:54,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:40:54,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:40:54,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:40:54,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-56) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:40:54,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:40:54,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:40:54,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-56) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:41:08,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:41:08,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:41:09,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:41:09,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:41:09,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:41:09,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:41:54,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:41:54,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:41:54,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:41:54,927 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:41:54,927 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:41:54,927 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:41:54,927 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:41:55,032 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:41:55,032 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:41:55,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:41:55,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:41:55,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:41:55,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:41:55,128 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:41:55,128 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:41:55,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:41:55,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:41:55,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:41:55,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:41:55,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:42:03,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:03,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:11,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:11,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:11,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:11,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:13,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:13,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:13,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:13,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:13,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:13,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:18,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:18,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:23,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:23,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:24,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:24,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:24,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:24,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:24,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:24,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:30,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:30,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:30,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:30,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:30,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:30,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:31,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:31,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:34,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:34,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:44,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:45,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:48,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:48,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:50,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:42:50,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:42:55,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:42:55,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:42:55,334 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:42:55,334 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:42:55,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:42:55,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:42:55,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:42:55,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:42:55,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:42:55,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:42:55,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:42:55,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:42:55,523 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:42:55,523 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:42:55,523 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:42:55,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:42:55,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:42:55,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:42:55,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:42:55,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:43:04,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:04,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:04,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:04,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:04,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:04,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:06,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:06,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:17,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:17,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:18,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:18,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:22,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:22,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:22,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:22,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:22,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:22,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:31,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:31,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:31,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:31,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:31,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:31,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:34,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:34,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:34,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:34,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:34,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:34,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:35,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:35,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:35,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:35,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:35,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:35,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:36,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:36,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:36,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:36,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:36,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:36,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:37,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:37,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:37,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:37,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:37,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:45,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:45,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:45,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:45,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:49,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:49,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:49,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:50,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:50,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:50,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:50,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:50,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:55,620 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:43:55,620 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:43:55,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:43:55,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:43:55,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:43:55,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:43:55,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:43:55,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:43:55,836 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:43:55,836 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:43:55,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:43:55,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:43:55,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:43:55,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:43:55,941 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:43:55,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:43:55,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:43:56,039 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:43:56,039 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:43:56,039 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:43:59,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:59,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:43:59,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:43:59,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:10,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:10,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:10,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:10,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:10,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:10,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:10,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:10,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:11,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:11,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:17,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:17,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:17,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:17,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:18,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:18,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:18,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:18,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:18,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:18,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:19,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:19,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:19,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:19,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:20,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:20,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:20,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:20,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:26,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:26,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:26,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:26,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:41,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:41,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:41,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:41,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:45,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:45,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:45,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:45,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:50,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:50,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:50,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:50,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:52,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:52,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:52,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:52,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:54,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:54,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:55,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:55,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:55,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:55,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:56,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:56,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:56,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:44:56,041 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:44:56,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:56,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:56,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:44:56,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:44:56,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:44:56,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:44:56,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:44:56,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:56,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:56,262 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:44:56,262 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:44:56,262 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:44:56,262 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:44:56,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:44:56,355 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:44:56,365 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:44:56,365 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:44:56,365 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:44:56,365 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:44:56,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:56,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:56,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:44:56,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:44:56,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:44:57,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:57,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:57,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:57,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:57,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:57,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:57,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:57,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:58,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:58,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:58,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:58,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:58,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:58,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:59,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:59,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:59,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:59,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:44:59,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:44:59,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:01,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:01,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:01,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:01,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:02,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:02,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:02,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:02,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:02,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:02,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:09,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:09,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:09,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:09,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:09,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:09,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:11,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:11,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:19,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:19,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:19,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:19,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:19,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:19,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:20,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:20,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:20,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:20,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:20,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:20,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:46,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:46,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:46,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:46,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:47,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:47,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:47,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:47,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:47,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:47,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:47,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:47,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:53,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:53,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:53,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:53,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:54,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:54,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:55,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:55,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:55,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:55,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:55,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:55,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:56,479 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:45:56,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:45:56,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:56,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:56,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:45:56,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:45:56,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:45:56,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:45:56,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:45:56,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:56,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:45:56,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:45:56,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:45:56,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:45:56,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:45:56,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:45:56,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:45:56,803 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:45:56,803 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:45:56,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:45:56,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:45:56,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:45:56,898 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:45:56,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:45:56,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:45:56,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:46:19,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:46:19,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:46:19,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:46:19,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:46:19,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:46:19,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:46:56,900 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:46:56,901 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:46:56,999 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:46:57,000 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:46:57,000 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:46:57,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:46:57,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:46:57,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:46:57,102 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:46:57,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:46:57,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:46:57,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:46:57,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:46:57,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:46:57,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:46:57,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:46:57,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:46:57,303 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:46:57,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:46:57,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:47:13,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:13,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:15,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:15,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:15,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:15,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:23,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:23,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:23,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:23,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:23,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:23,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:27,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:27,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:33,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:33,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:33,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:33,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:33,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:33,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:33,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:33,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:33,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:33,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:34,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:34,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:34,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:34,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:34,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:34,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:42,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:42,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:46,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:46,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:49,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:49,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:47:57,305 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:47:57,306 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:47:57,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:47:57,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:47:57,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:47:57,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:47:57,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:47:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:47:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:47:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:47:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:47:57,500 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:47:57,589 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:47:57,589 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:47:57,589 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:47:57,589 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:47:57,589 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:47:57,678 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:47:57,678 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:47:57,678 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:47:58,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:47:58,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:10,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:10,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:10,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:10,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:10,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:10,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:13,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:13,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:18,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:18,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:24,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:24,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:24,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:24,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:24,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:24,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:24,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:24,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:34,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:34,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:35,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:35,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:36,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:36,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:36,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:36,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:36,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:36,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:36,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:36,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:36,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:36,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:37,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:37,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:37,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:37,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:49,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:49,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:49,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:49,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:53,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:53,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:54,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:54,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:56,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:56,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:56,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:48:56,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:48:57,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:48:57,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:48:57,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:48:57,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:48:57,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:48:57,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:48:57,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:48:57,882 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:48:57,883 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:48:57,883 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:48:57,883 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:48:57,883 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:48:57,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:48:57,981 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:48:57,981 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:48:57,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:48:57,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-49) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:48:58,079 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:48:58,079 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:48:58,079 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-49) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:49:04,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:04,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:04,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:04,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:17,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:17,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:17,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:17,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:17,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:17,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:20,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:20,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:23,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:23,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:23,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:23,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:23,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:23,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:23,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:23,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:24,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:24,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:25,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:25,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:25,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:25,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:45,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:45,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:45,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:45,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:45,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:46,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:46,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:46,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:52,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:52,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:52,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:52,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:53,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:53,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:56,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:56,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:57,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:57,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:58,080 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:49:58,146 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:49:58,256 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:49:58,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:49:58,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:49:58,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:49:58,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:49:58,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:49:58,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:49:58,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:49:58,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:49:58,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:49:58,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:49:58,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:49:58,454 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:49:58,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:49:58,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:49:58,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:49:58,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:49:58,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:49:59,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:59,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:59,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:59,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:59,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:59,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:49:59,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:49:59,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:00,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:00,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:01,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:01,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:01,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:01,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:01,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:01,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:01,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:01,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:02,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:02,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:05,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:05,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:05,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:05,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:05,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:05,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:05,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:05,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:06,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:06,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:06,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:06,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:10,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:10,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:10,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:10,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:10,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:10,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:10,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:11,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:11,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:11,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:11,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:11,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:11,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:18,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:18,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:18,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:19,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:19,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:19,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:19,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:19,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:19,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:19,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:19,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:19,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:48,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:48,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:48,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:48,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:49,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:49,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:50,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:50,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:50,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:50,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:50,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:50,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:50,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:50,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:51,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:51,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:51,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:51,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:51,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:51,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:51,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:51,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:52,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:52,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:57,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:57,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:57,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:57,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:58,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:50:58,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:50:58,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:50:58,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:50:58,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:50:58,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:50:58,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:50:58,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:50:58,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:50:58,742 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:50:58,742 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:50:58,742 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:50:58,742 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:50:58,743 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:50:58,834 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:50:58,834 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:50:58,835 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:50:58,835 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:50:58,835 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:50:58,921 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:50:58,921 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:50:58,921 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:51:23,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:51:23,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:51:23,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:51:23,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:51:23,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:51:23,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:51:58,922 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:51:58,922 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:51:59,066 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:51:59,066 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:51:59,067 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:51:59,067 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:51:59,067 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:51:59,165 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:51:59,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:51:59,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:51:59,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:51:59,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:51:59,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:51:59,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:51:59,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:51:59,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:51:59,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:51:59,353 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:51:59,353 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:51:59,353 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:52:15,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:15,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:20,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:20,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:20,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:20,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:27,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:27,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:29,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:29,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:29,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:29,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:30,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:30,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:35,448 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:35,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:35,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:35,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:35,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:35,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:36,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:36,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:36,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:36,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:36,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:36,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:38,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:38,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:38,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:38,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:42,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:42,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:46,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:46,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:52,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:52:52,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:52:59,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:52:59,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:52:59,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:52:59,461 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:52:59,461 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:52:59,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:52:59,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:52:59,550 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:52:59,550 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:52:59,551 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:52:59,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:52:59,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:52:59,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:52:59,651 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:52:59,651 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:52:59,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:52:59,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:52:59,763 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:52:59,763 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:52:59,763 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:53:00,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:01,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:12,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:12,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:12,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:12,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:13,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:13,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:13,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:13,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:23,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:23,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:24,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:24,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:25,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:25,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:25,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:25,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:25,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:25,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:34,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:34,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:34,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:34,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:34,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:34,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:35,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:35,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:36,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:36,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:36,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:36,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:42,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:42,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:42,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:42,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:42,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:42,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:42,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:43,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:43,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:43,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:43,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:43,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:43,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:45,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:45,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:45,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:45,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:55,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:55,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:55,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:53:55,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:53:59,764 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:53:59,764 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:53:59,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:53:59,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:53:59,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:53:59,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:53:59,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:53:59,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:53:59,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:53:59,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:53:59,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:53:59,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:54:00,079 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:54:00,079 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:54:00,080 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:54:00,080 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:54:00,080 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:54:00,186 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:54:00,186 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:54:00,186 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:54:05,786 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:05,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:05,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:05,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:05,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:05,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:05,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:05,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:15,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:15,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:15,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:15,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:21,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:21,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:21,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:21,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:21,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:21,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:22,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:22,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:22,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:22,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,258 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:29,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:29,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:32,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:32,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:32,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:32,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:49,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:49,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:49,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:49,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:49,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:49,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:49,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:49,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:58,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:58,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:58,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:58,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:58,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:58,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:58,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:58,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:54:58,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:54:58,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:00,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:55:00,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:55:00,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:00,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:55:00,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:55:00,341 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:55:00,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:55:00,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:55:00,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:55:00,464 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:55:00,464 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:55:00,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:55:00,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:55:00,498 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:00,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:00,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,572 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:55:00,572 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:55:00,572 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:55:00,572 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:55:00,572 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:55:00,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:00,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:00,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:55:00,676 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:55:00,677 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:55:01,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:01,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:03,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:03,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:03,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:03,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:05,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:05,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:13,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:13,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:14,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:14,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:14,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:14,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:14,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:14,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:18,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:18,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:18,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:18,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:18,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:18,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:23,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:23,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:24,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:24,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:24,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:24,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:49,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:49,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:49,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:49,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:49,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:49,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:49,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:49,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:51,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:51,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:51,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:51,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:52,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:52,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:52,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:52,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:52,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:52,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:55:55,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:55:55,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:56:00,678 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:56:00,678 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:56:00,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:56:00,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:56:00,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:56:00,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:56:00,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:56:00,872 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:56:00,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:56:00,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:56:00,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:56:00,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:56:00,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:56:00,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:56:00,972 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:56:00,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:56:00,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:56:01,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:56:01,063 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:56:01,063 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:56:25,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:56:25,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:56:26,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:56:26,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:56:26,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:56:26,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:01,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:57:01,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:57:01,173 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:57:01,173 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:57:01,174 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:57:01,174 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:57:01,174 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:57:01,288 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:57:01,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:57:01,289 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:57:01,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:57:01,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:57:01,386 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:57:01,386 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:57:01,386 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:57:01,386 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:57:01,386 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:57:01,475 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:57:01,475 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:57:01,475 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:57:26,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:26,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:29,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:29,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:29,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:29,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:33,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:33,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:33,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:33,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:33,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:33,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:39,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:39,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:44,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:44,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:44,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:44,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:44,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:44,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:46,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:46,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:47,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:47,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:47,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:47,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:48,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:48,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:49,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:49,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:51,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:51,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:57:55,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:57:55,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:00,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:00,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:01,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:58:01,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:58:01,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:58:01,584 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:58:01,584 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:58:01,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:58:01,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:58:01,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:58:01,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:58:01,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:58:01,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:58:01,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:58:01,803 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:58:01,803 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:58:01,804 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:58:01,804 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:58:01,804 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-8) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:58:01,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:58:01,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:58:01,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-8) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:58:15,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:15,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:15,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:15,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:15,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:15,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:18,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:18,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:20,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:20,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:25,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:25,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:28,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:28,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:29,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:30,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:30,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:30,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:30,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:30,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:40,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:40,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:40,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:40,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:41,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:41,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:41,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:41,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:41,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:41,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:42,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:42,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:44,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:44,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:45,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:45,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:45,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:45,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:46,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:46,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:47,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:47,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:47,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:47,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:58,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:58,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:58:58,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:58:58,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:01,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 10:59:01,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:59:02,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 10:59:02,029 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:59:02,029 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 10:59:02,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:59:02,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:59:02,137 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 10:59:02,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:59:02,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 10:59:02,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 10:59:02,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:59:02,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 10:59:02,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:59:02,237 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 10:59:02,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 10:59:02,237 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 10:59:02,324 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 10:59:02,324 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 10:59:02,325 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 10:59:08,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:08,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:08,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:08,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:10,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:10,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:10,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:10,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:20,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:20,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:20,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:20,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:26,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:26,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:27,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:27,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:27,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:27,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:30,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:30,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:31,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:31,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:36,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:36,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:37,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:37,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:37,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:37,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:37,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:37,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:39,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:39,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 10:59:39,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 10:59:39,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:02,326 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:00:02,326 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:00:02,425 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:00:02,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:00:02,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:00:02,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:00:02,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:00:02,525 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:00:02,525 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:00:02,525 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:00:02,525 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:00:02,526 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:00:02,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:00:02,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:00:02,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:00:02,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:00:02,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:00:02,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:00:02,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:00:02,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:00:03,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:03,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:03,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:03,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:08,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:08,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:08,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:08,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:15,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:15,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:15,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:15,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:15,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:15,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:15,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:15,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:15,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:15,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:17,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:17,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:19,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:19,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:20,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:20,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:29,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:29,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:29,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:29,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:29,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:29,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:32,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:32,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:33,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:33,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:33,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:33,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:35,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:35,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:35,577 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:35,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:35,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:35,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:39,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:39,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:39,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:39,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:00:39,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:00:39,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:00,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:00,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:02,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:02,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:02,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:02,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:02,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:02,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:02,721 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:01:02,721 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:01:02,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:01:02,828 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:01:02,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:01:02,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:01:02,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:01:02,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:01:02,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:01:02,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:01:02,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:01:02,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:01:03,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:01:03,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:01:03,029 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:01:03,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:01:03,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:01:03,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:01:03,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:01:03,131 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:01:03,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:03,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:03,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:04,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:04,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:05,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:05,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:05,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:05,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:05,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:05,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:26,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:26,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:26,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:26,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:01:26,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:01:26,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:03,132 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:02:03,132 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:02:03,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:02:03,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:02:03,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:02:03,264 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:02:03,264 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:02:03,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:02:03,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:02:03,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:02:03,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:02:03,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:02:03,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:02:03,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:02:03,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:02:03,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:02:03,484 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:02:03,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:02:03,584 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:02:03,585 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:02:27,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:27,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:36,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:36,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:36,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:36,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:43,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:43,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:44,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:44,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:44,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:44,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:45,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:45,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:53,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:53,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:53,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:53,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:54,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:54,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:54,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:54,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:54,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:54,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:54,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:54,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:56,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:56,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:02:59,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:02:59,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:03,586 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:03:03,586 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:03:03,698 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:03:03,698 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:03:03,698 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:03:03,698 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:03:03,698 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:03:03,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:03:03,807 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:03:03,808 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:03:03,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:03:03,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:03:03,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:03,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:03,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:03:03,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:03:03,915 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:03:03,915 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:03:03,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:03:04,026 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:03:04,027 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:03:04,027 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:03:04,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:04,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:10,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:10,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:17,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:17,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:34,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:34,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:34,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:34,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:34,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:34,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:36,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:36,703 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:41,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:42,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:43,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:43,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:47,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:47,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:47,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:47,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:48,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:48,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:55,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:55,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:55,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:55,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:55,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:55,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:56,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:56,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:57,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:57,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:57,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:57,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:57,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:57,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:57,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:57,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:03:57,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:03:57,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:00,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:00,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:00,691 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:00,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:00,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:00,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:04,028 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:04:04,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:04:04,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:04:04,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:04:04,128 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:04:04,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:04:04,128 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:04:04,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:04:04,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:04:04,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:04:04,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:04:04,247 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:04:04,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:04:04,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:04:04,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:04:04,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:04:04,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:04:04,445 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:04:04,445 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:04:04,445 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:04:10,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:10,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:10,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:10,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:15,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:15,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:15,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:15,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:19,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:19,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:19,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:19,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:29,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:29,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:29,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:29,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:34,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:34,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:34,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:34,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:34,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:34,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:37,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:37,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:37,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:37,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:40,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:40,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:40,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:40,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:40,478 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:40,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:40,593 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:40,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:40,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:40,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:42,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:42,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:42,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:42,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:42,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:42,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:04:42,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:04:42,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:00,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:00,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:00,514 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:00,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:04,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:05:04,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:05:04,548 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:05:04,548 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:05:04,548 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:05:04,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:05:04,549 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:05:04,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:05:04,651 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:05:04,651 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:05:04,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:05:04,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:05:04,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:05:04,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:05:04,746 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:05:04,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:05:04,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:05:04,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:05:04,891 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:05:04,891 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:05:05,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:05,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:05,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:05,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:09,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:09,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:09,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:09,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:15,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:15,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:16,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:16,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:16,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:16,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:16,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:16,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:16,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:16,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:17,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:17,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:17,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:17,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:17,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:17,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:20,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:20,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:20,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:20,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:20,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:20,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:20,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:20,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:21,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:21,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:24,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:24,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:24,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:24,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:24,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:24,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:24,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:24,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:25,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:25,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:25,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:25,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:25,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:25,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:27,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:27,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:27,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:27,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:27,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:27,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:30,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:30,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:31,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:31,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:31,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:31,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:34,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:34,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:35,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:35,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:35,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:35,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:35,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:35,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:35,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:35,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:36,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:36,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:38,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:38,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:38,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:38,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:38,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:38,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:40,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:40,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:40,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:40,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:40,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:40,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:49,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:49,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:50,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:50,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:05:50,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:05:50,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:04,892 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:06:04,892 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:06:04,998 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:06:04,998 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:06:04,998 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:06:04,998 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:06:04,998 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:06:05,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:06:05,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:06:05,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:06:05,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:06:05,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:06:05,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:06:05,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:06:05,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:06:05,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:06:05,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:06:05,287 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:06:05,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:06:05,287 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:06:09,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:09,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:09,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:09,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:09,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:09,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:10,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:10,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:15,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:15,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:38,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:38,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:39,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:39,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:06:39,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:06:39,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:05,288 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:07:05,289 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:07:05,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:07:05,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:07:05,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:07:05,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:07:05,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:07:05,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:07:05,501 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:07:05,501 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:07:05,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:07:05,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:07:05,599 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:07:05,599 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:07:05,599 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:07:05,599 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:07:05,599 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:07:05,703 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:07:05,703 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:07:05,703 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:07:34,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:34,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:38,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:38,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:38,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:38,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:45,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:45,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:45,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:45,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:45,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:45,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:53,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:53,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:57,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:57,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:57,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:57,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:07:58,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:07:58,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:05,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:08:05,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:08:05,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:08:05,790 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:08:05,790 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:08:05,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:08:05,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:08:05,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:08:05,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:08:05,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:08:05,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:08:05,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:08:05,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:08:05,989 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:08:05,989 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:08:05,989 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:08:05,989 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:08:06,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:08:06,086 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:08:06,086 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:08:06,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:06,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:10,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:10,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:12,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:12,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:23,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:23,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:37,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:37,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:45,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:45,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:46,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:46,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:46,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:46,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:46,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:46,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:47,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:47,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:55,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:55,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:56,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:56,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:08:56,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:08:56,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:05,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:05,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:05,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:05,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:05,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:06,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:09:06,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:09:06,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:06,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:09:06,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:09:06,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:09:06,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:09:06,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:09:06,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:06,301 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:09:06,302 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:09:06,302 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:09:06,302 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:09:06,302 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:09:06,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:09:06,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:09:06,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:09:06,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:09:06,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-90) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:09:06,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:06,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:09:06,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:09:06,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-90) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:09:06,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:06,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:06,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:07,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:07,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:07,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:07,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:07,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:07,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:08,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:08,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:08,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:08,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:09,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:09,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:09,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:09,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:09,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:09,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:09,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:09,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:25,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:25,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:26,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:26,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:32,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:32,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:33,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:33,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:35,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:35,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:35,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:35,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:46,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:46,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:46,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:46,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:50,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:50,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:50,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:50,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:51,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:51,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:52,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:52,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:52,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:52,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:54,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:54,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:54,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:54,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:54,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:54,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:54,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:54,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:55,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:55,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:55,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:55,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:55,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:55,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:55,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:55,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:58,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:58,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:58,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:58,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:09:58,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:09:58,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:06,500 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:10:06,500 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:10:06,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:10:06,618 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:10:06,618 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:10:06,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:10:06,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:10:06,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:10:06,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:10:06,715 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:10:06,715 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:10:06,715 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:10:06,806 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:10:06,806 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:10:06,807 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:10:06,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:10:06,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-37) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:10:06,907 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:10:06,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:10:06,907 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-37) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:10:16,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:16,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:16,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:16,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:20,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:20,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:20,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:20,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:21,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:21,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:23,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:23,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:23,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:23,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:23,258 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:23,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:23,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:23,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:24,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:24,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:26,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:26,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:31,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:31,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:32,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:32,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:32,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:32,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:32,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:32,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:34,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:34,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:34,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:34,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:38,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:38,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:38,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:38,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:38,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:38,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:38,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:39,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:39,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:39,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:39,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:39,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:41,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:41,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:42,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:42,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:42,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:42,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:43,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:43,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:44,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:44,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:44,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:44,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:44,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:44,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:44,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:44,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:10:45,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:10:45,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:06,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:11:06,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:11:07,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:11:07,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:11:07,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:11:07,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:11:07,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:11:07,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:11:07,111 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:11:07,111 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:11:07,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:11:07,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:11:07,203 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:11:07,203 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:11:07,204 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:11:07,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:11:07,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:11:07,292 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:11:07,292 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:11:07,292 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:11:10,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:10,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:10,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:10,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:17,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:17,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:17,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:17,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:17,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:17,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:17,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:17,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:18,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:18,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:18,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:18,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:18,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:18,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:19,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:19,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:20,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:20,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:20,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:20,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:26,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:26,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:26,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:26,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:26,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:26,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:43,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:43,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:43,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:43,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:11:43,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:11:43,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:07,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:12:07,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:12:07,396 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:12:07,396 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:12:07,397 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:12:07,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:12:07,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:12:07,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:12:07,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:12:07,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:12:07,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:12:07,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:12:07,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:12:07,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:12:07,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:12:07,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:12:07,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:12:07,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:12:07,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:12:07,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:12:35,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:35,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:40,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:40,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:40,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:40,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:47,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:47,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:47,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:47,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:48,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:48,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:57,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:57,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:58,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:58,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:58,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:58,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:59,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:59,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:59,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:59,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:12:59,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:12:59,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:00,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:00,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:01,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:01,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:03,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:03,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:07,718 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:13:07,718 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:13:07,832 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:13:07,832 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:13:07,832 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:13:07,832 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:13:07,832 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:13:07,938 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:13:07,938 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:13:07,938 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:13:07,938 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:13:07,938 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:13:08,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:13:08,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:13:08,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:13:08,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:13:08,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:13:08,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:13:08,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:13:08,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:13:08,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:08,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:13,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:13,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:23,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:23,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:29,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:29,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:39,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:39,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:39,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:39,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:39,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:39,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:42,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:42,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:46,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:46,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:53,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:53,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:58,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:58,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:58,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:58,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:13:58,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:13:58,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:05,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:05,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:05,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:05,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:05,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:05,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:06,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:06,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:06,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:06,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:07,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:07,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:08,142 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:14:08,142 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:14:08,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:14:08,241 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:14:08,241 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:14:08,241 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:14:08,241 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:14:08,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:14:08,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:14:08,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:14:08,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:14:08,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:14:08,425 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:14:08,425 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:14:08,425 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:14:08,425 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:14:08,425 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:14:08,515 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:14:08,515 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:14:08,515 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:14:09,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:09,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:09,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:09,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:10,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:10,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:14,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:14,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:14,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:14,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:14,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:14,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:24,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:24,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:24,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:24,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:32,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:32,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:32,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:32,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:36,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:36,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:36,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:36,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:46,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:46,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:47,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:47,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:52,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:52,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:52,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:52,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:52,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:52,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:52,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:52,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:52,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:52,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:57,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:57,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:57,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:14:58,507 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:14:58,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:00,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:00,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:00,964 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:00,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:08,516 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:15:08,516 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:15:08,624 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:15:08,624 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:15:08,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:15:08,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:15:08,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:15:08,737 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:15:08,737 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:15:08,738 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:15:08,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:15:08,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:15:08,843 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:15:08,843 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:15:08,844 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:15:08,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:15:08,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:15:08,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:15:08,944 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:15:08,944 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:15:17,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:17,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:18,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:18,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:22,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:23,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:23,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:23,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:25,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:25,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:28,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:28,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:28,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:28,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:28,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:28,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:28,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:28,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:30,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:30,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:30,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:30,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:30,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:30,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:30,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:30,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:30,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:30,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:31,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:31,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:33,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:33,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:33,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:33,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:33,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:33,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:33,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:33,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:33,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:33,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:34,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:34,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:34,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:34,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:34,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:34,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:37,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:37,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:37,384 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:37,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:37,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:37,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:37,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:37,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:37,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:37,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:42,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:42,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:42,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:42,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:42,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:42,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:44,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:44,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:44,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:44,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:46,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:46,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:48,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:48,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:48,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:48,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:48,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:48,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:50,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:50,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:51,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:51,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:15:51,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:15:51,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:08,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:16:08,944 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:16:09,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:16:09,046 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:16:09,047 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:16:09,047 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:16:09,047 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:16:09,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:16:09,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:16:09,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:16:09,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:16:09,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:16:09,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:16:09,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:16:09,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:16:09,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:16:09,233 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:16:09,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:16:09,319 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:16:09,319 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:16:16,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:16,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:17,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:17,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:20,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:20,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:23,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:23,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:23,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:23,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:23,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:24,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:24,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:24,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:24,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:24,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:24,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:24,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:27,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:27,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:27,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:27,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:27,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:27,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:28,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:28,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:28,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:28,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:28,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:28,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:59,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:59,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:16:59,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:16:59,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:17:00,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:17:00,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:17:09,320 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:17:09,320 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:17:09,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:17:09,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:17:09,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:17:09,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:17:09,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:17:09,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:17:09,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:17:09,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:17:09,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:17:09,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:17:09,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:17:09,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:17:09,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:17:09,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:17:09,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:17:09,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:17:09,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:17:09,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:17:54,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:17:54,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:17:54,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:17:54,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:17:54,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:17:54,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:03,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:03,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:03,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:03,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:03,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:03,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:07,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:07,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:09,709 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:18:09,709 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:18:09,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:18:09,815 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:18:09,815 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:18:09,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:18:09,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:18:09,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:18:09,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:18:09,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:18:09,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:18:09,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:18:10,015 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:18:10,015 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:18:10,015 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:18:10,015 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:18:10,016 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:18:10,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:18:10,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:18:10,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:18:11,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:11,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:11,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:11,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:11,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:11,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:15,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:15,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:15,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:15,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:15,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:15,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:15,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:15,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:18,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:18,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:21,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:21,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:27,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:27,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:30,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:30,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:36,593 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:36,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:57,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:57,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:58,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:58,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:58,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:58,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:18:58,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:18:58,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:05,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:05,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:07,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:07,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:09,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:09,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:10,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:19:10,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:19:10,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:19:10,221 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:19:10,221 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:19:10,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:19:10,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:19:10,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:19:10,322 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:19:10,323 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:19:10,323 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:19:10,323 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:19:10,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:19:10,411 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:19:10,411 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:19:10,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:19:10,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:19:10,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:19:10,512 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:19:10,512 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:19:12,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:12,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:12,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:12,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:15,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:15,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:15,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:15,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:15,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:15,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:15,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:16,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:16,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:16,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:16,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:16,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:19,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:19,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:19,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:19,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:20,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:20,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:20,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:20,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:20,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:20,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:20,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:20,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:21,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:22,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:22,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:22,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:22,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:22,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:24,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:24,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:24,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:24,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:30,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:30,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:30,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:30,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:35,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:35,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:35,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:35,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:39,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:39,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:39,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:39,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:47,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:47,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:47,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:47,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:55,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:55,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:55,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:55,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:55,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:55,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:55,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:55,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:56,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:56,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:59,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:59,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:59,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:59,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:59,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:59,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:19:59,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:19:59,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:00,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:00,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:00,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:00,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:00,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:00,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:00,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:00,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:02,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:02,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:02,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:02,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:03,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:03,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:10,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:20:10,515 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:20:10,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:20:10,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:20:10,617 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:20:10,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:20:10,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:20:10,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:20:10,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:20:10,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:20:10,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:20:10,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:20:10,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:20:10,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:20:10,824 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:20:10,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:20:10,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-12) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:20:10,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:20:10,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:20:10,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-12) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:20:20,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:20,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:20,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:20,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:28,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:28,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:28,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:28,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,252 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:29,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:29,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:30,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:31,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:31,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:31,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:31,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:31,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:31,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:31,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:31,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:31,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:32,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:32,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:32,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:32,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:40,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:40,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:40,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:40,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:40,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:40,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:40,384 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:40,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:40,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:40,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:41,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:41,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:41,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:41,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:41,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:41,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:41,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:41,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:41,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:41,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,409 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,464 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:45,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:45,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:48,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:48,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:48,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:48,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:48,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:48,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:49,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:49,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:49,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:49,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:50,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:50,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:50,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:50,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:50,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:50,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:20:51,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:20:51,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:10,919 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:21:10,919 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:21:11,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:21:11,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:21:11,031 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:21:11,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:21:11,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:21:11,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:21:11,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:21:11,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:21:11,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:21:11,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:21:11,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:21:11,234 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:21:11,234 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:21:11,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:21:11,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-27) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:21:11,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:21:11,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:21:11,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-27) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:21:17,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:17,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:18,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:18,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:23,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:23,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:23,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:23,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:24,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:24,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:24,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:24,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:25,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:25,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:28,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:28,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:28,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:28,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:21:28,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:21:28,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:02,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:02,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:02,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:02,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:03,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:03,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:11,331 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:22:11,331 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:22:11,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:22:11,450 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:22:11,450 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:22:11,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:22:11,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:22:11,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:22:11,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:22:11,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:22:11,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:22:11,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:22:11,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:22:11,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:22:11,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:22:11,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:22:11,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:22:11,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:22:11,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:22:11,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:22:13,746 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-51) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 11:22:53,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:53,392 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:59,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:59,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:22:59,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:22:59,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:05,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:05,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:05,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:05,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:05,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:05,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:11,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:11,737 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:23:11,737 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:23:11,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:11,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:23:11,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:23:11,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:23:11,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:23:11,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:23:11,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:11,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:11,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:11,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:11,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:11,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:11,974 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:23:11,974 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:23:11,974 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:23:11,974 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:23:11,974 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:23:12,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:23:12,084 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:23:12,084 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:23:12,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:23:12,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:23:12,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:23:12,176 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:23:12,177 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:23:17,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:17,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:17,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:17,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:18,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:18,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:18,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:18,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:20,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:21,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:29,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:29,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:30,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:30,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:31,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:31,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:40,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:40,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:58,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:58,316 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:58,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:58,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:58,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:58,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:23:58,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:23:58,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:08,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:08,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:08,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:08,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:12,178 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:24:12,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:24:12,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:24:12,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:24:12,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:24:12,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:24:12,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:24:12,389 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:24:12,389 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:24:12,389 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:24:12,389 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:24:12,389 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:24:12,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:24:12,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:24:12,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:24:12,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:24:12,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:24:12,575 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:24:12,575 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:24:12,575 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:24:13,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:13,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:14,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:14,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:14,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:14,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:18,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:18,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:18,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:19,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:19,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:19,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:19,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:19,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:19,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:19,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:19,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:19,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:21,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:21,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:21,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:21,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:21,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:21,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:23,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:23,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:33,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:33,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:33,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:33,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:45,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:45,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:45,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:45,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:50,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:50,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:50,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:50,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:58,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:58,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:24:58,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:24:58,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:05,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:05,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:05,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:05,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:05,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:05,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:05,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:05,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:05,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:05,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:12,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:25:12,576 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:25:12,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:25:12,683 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:25:12,683 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:25:12,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:25:12,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:25:12,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:25:12,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:25:12,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:25:12,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:25:12,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:25:12,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:25:12,881 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:25:12,881 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:25:12,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:25:12,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-87) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:25:12,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:25:12,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:25:12,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-87) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:25:13,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:13,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:13,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:13,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:13,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:14,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:14,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:14,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:14,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:14,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:14,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:14,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:15,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:15,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:15,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:15,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:15,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:15,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:16,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:16,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:16,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:16,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:37,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:37,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:37,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:37,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:43,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:43,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:43,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:43,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:48,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:48,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:48,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:48,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:49,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:49,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:52,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:52,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:52,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:52,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:52,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:52,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:25:54,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:25:54,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:00,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:00,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:00,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:00,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:01,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:01,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:02,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:02,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:03,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:03,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:03,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:03,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:04,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:04,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:06,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:06,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:07,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:07,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:07,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:07,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:08,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:08,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:09,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:09,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:09,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:09,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:09,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:09,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:09,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:09,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:09,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:09,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:10,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:10,345 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:10,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:10,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:10,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:10,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:11,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:11,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:11,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:11,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:11,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:11,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:12,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:26:12,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:26:13,086 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:26:13,086 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:26:13,087 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:26:13,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:26:13,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:26:13,187 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:26:13,187 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:26:13,188 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:26:13,188 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:26:13,188 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:26:13,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:26:13,300 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:26:13,300 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:26:13,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:26:13,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:26:13,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:26:13,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:26:13,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:26:31,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:31,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:32,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:32,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:34,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:34,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:38,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:38,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:38,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:38,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:38,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:38,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:38,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:38,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:39,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:39,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:39,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:39,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:26:40,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:26:40,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:27:06,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:27:06,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:27:07,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:27:07,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:27:07,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:27:07,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:27:08,295 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-40) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7bbe533d >2012-11-07 11:27:08,295 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-32) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7bbe533d >2012-11-07 11:27:08,296 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-32) FINISH, IsValidVDSCommand, return: true, log id: 7bbe533d >2012-11-07 11:27:08,296 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-40) FINISH, IsValidVDSCommand, return: true, log id: 7bbe533d >2012-11-07 11:27:08,297 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-40) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: ec55ce6 >2012-11-07 11:27:08,297 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-32) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7a193c4a >2012-11-07 11:27:08,400 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-40) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: ec55ce6 >2012-11-07 11:27:08,402 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-32) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 4b92b2d0 >2012-11-07 11:27:08,404 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-40) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 11:27:08,468 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-32) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 4b92b2d0 >2012-11-07 11:27:08,468 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-32) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 7a193c4a >2012-11-07 11:27:08,476 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-32) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 11:27:13,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:27:13,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:27:13,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:27:13,512 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:27:13,512 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:27:13,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:27:13,512 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:27:13,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:27:13,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:27:13,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:27:13,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:27:13,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:27:13,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:27:13,710 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:27:13,710 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:27:13,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:27:13,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:27:13,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:27:13,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:27:13,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:28:00,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:00,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:13,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:28:13,815 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:28:13,939 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:28:13,939 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:28:13,939 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:28:13,939 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:28:13,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:28:14,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:28:14,048 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:28:14,049 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:28:14,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:28:14,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:28:14,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:14,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:28:14,145 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:28:14,145 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:28:14,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:28:14,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:28:14,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:14,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:14,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:14,243 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:28:14,243 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:28:14,244 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:28:18,473 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:18,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:18,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:18,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:18,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:18,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:23,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:23,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:24,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:24,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:24,901 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:24,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:24,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:24,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:27,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:27,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:30,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:30,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:31,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:31,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:31,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:31,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:35,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:35,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:37,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:37,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:40,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:40,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:43,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:43,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:28:49,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:28:49,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:07,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:07,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:12,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:12,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:12,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:13,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:13,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:13,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:13,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:13,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:13,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:13,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:14,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:29:14,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:29:14,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:29:14,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:29:14,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:29:14,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:29:14,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:29:14,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:29:14,447 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:29:14,447 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:29:14,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:29:14,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:29:14,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:29:14,539 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:29:14,539 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:29:14,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:29:14,539 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:29:14,625 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:29:14,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:29:14,625 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:29:16,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:16,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:17,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:17,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:17,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:17,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:54,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:54,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:55,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:55,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:55,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:55,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:56,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:56,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:57,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:57,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:57,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:57,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:57,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:57,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:57,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:57,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:58,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:58,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:58,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:58,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:58,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:58,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:58,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:58,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:58,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:58,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:29:59,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:29:59,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:00,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:00,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:00,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:00,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:01,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:01,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:07,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:07,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:07,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:07,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:07,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:30:07,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:30:14,626 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:30:14,626 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:30:14,733 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:30:14,733 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:30:14,733 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:30:14,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:30:14,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:30:14,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:30:14,829 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:30:14,830 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:30:14,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:30:14,830 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:30:14,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:30:14,924 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:30:14,924 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:30:14,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:30:14,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-53) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:30:15,018 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:30:15,018 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:30:15,018 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-53) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:31:15,020 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:31:15,020 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:31:15,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:31:15,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:31:15,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:31:15,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:31:15,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:31:15,230 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:31:15,230 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:31:15,231 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:31:15,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:31:15,231 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:31:15,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:31:15,328 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:31:15,328 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:31:15,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:31:15,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:31:15,425 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:31:15,425 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:31:15,425 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:32:15,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:32:15,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:32:15,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:32:15,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:32:15,540 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:32:15,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:32:15,540 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:32:15,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:32:15,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:32:15,639 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:32:15,639 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:32:15,639 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:32:15,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:32:15,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:32:15,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:32:15,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:32:15,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:32:15,820 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:32:15,820 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:32:15,820 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:32:32,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:32,803 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:32,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:32,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:32,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:32,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:32,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:32,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:33,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:33,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:36,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:36,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:36,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:36,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:36,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:36,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:37,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:37,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:40,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:40,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:40,448 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:40,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:40,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:40,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:41,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:41,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:45,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:45,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:46,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:46,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:46,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:46,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:46,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:46,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:47,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:47,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:47,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:47,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:47,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:47,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:47,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:47,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:48,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:48,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:48,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:48,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:48,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:48,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:49,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:49,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:49,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:49,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:50,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:50,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:51,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:51,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:51,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:51,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:51,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:51,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:51,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:51,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:52,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:52,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:53,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:53,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:55,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:55,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:55,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:56,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:56,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:56,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:32:59,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:32:59,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:33:15,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:33:15,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:33:15,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:33:15,926 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:33:15,926 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:33:15,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:33:15,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:33:16,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:33:16,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:33:16,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:33:16,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:33:16,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:33:16,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:33:16,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:33:16,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:33:16,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:33:16,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:33:16,241 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:33:16,241 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:33:16,241 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:34:16,243 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:34:16,243 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:34:16,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:34:16,354 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:34:16,354 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:34:16,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:34:16,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:34:16,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:34:16,457 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:34:16,457 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:34:16,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:34:16,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:34:16,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:34:16,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:34:16,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:34:16,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:34:16,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-92) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:34:16,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:34:16,658 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:34:16,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-92) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:34:20,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:34:20,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:34:20,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:34:20,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:34:20,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:34:20,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:34:20,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:34:20,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:34:20,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:34:20,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:01,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:01,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:01,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:01,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:01,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:01,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:02,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:02,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:03,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:03,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:04,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:04,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:05,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:05,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:05,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:05,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:05,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:05,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:05,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:05,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:06,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:06,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:07,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:07,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:07,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:07,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:08,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:08,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:09,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:35:09,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:35:16,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:35:16,661 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:35:16,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:35:16,774 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:35:16,775 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:35:16,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:35:16,775 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:35:16,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:35:16,886 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:35:16,887 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:35:16,887 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:35:16,887 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:35:16,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:35:16,979 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:35:16,979 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:35:16,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:35:16,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:35:17,069 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:35:17,069 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:35:17,069 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:36:17,071 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:36:17,071 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:36:17,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:36:17,176 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:36:17,176 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:36:17,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:36:17,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:36:17,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:36:17,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:36:17,278 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:36:17,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:36:17,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:36:17,368 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:36:17,368 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:36:17,368 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:36:17,368 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:36:17,368 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-54) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:36:17,463 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:36:17,463 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:36:17,463 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-54) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:37:17,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:37:17,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:37:17,568 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:37:17,569 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:37:17,569 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:37:17,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:37:17,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:37:17,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:37:17,663 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:37:17,663 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:37:17,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:37:17,663 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:37:17,759 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:37:17,759 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:37:17,759 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:37:17,759 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:37:17,759 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:37:17,847 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:37:17,847 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:37:17,847 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:37:45,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:45,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:45,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:45,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:45,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,423 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:46,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:46,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:47,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:47,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:49,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:49,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:49,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:49,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:49,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:49,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:49,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:49,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:49,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:49,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:50,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:50,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:51,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:51,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:51,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:51,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:37:59,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:37:59,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:00,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:00,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:00,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:00,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:00,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:00,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:01,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:01,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:01,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:01,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:01,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:01,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,467 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:05,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:05,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:10,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:38:10,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:38:17,849 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:38:17,850 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:38:17,946 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:38:17,946 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:38:17,946 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:38:17,946 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:38:17,946 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:38:18,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:38:18,035 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:38:18,035 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:38:18,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:38:18,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:38:18,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:38:18,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:38:18,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:38:18,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:38:18,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:38:18,222 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:38:18,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:38:18,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:39:18,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:39:18,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:39:18,325 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:39:18,325 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:39:18,325 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:39:18,325 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:39:18,325 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:39:18,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:39:18,431 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:39:18,431 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:39:18,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:39:18,431 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:39:18,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:39:18,524 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:39:18,524 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:39:18,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:39:18,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:39:18,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:39:18,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:39:18,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:39:26,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:26,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:26,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:26,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:35,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:35,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:35,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:35,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:35,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:35,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:35,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:35,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:39:35,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:39:35,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,890 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:01,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:01,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:02,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:02,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:03,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:04,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:04,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:05,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:05,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:06,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:06,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:06,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:06,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:06,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:06,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:06,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:06,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:06,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:07,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:07,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:07,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:07,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:07,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:08,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:08,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:10,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:40:10,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:40:18,617 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:40:18,618 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:40:18,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:40:18,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:40:18,747 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:40:18,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:40:18,747 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:40:18,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:40:18,877 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:40:18,877 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:40:18,877 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:40:18,877 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:40:18,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:40:18,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:40:18,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:40:18,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:40:18,987 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:40:19,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:40:19,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:40:19,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:41:19,104 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:41:19,104 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:41:19,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:41:19,206 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:41:19,206 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:41:19,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:41:19,206 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:41:19,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:41:19,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:41:19,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:41:19,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:41:19,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:41:19,410 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:41:19,410 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:41:19,410 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:41:19,410 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:41:19,410 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:41:19,504 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:41:19,504 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:41:19,504 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:42:19,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:42:19,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:42:19,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:42:19,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:42:19,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:42:19,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:42:19,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:42:19,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:42:19,727 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:42:19,727 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:42:19,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:42:19,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:42:19,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:42:19,839 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:42:19,839 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:42:19,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:42:19,839 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:42:19,950 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:42:19,951 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:42:19,951 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:42:54,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:54,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:54,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:54,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:54,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:54,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:55,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:55,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:55,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:55,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:55,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:55,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:55,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:55,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:55,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:55,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:42:57,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:42:57,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:01,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:01,945 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:02,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:02,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:03,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:03,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:03,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:03,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:03,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:03,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:05,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:05,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:05,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:05,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:05,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:06,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:06,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:06,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:06,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:06,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,596 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:12,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:12,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,255 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:13,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:13,577 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:14,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:14,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,388 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:15,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:15,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:16,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:16,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:16,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:16,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:16,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:16,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:16,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:16,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:43:16,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:43:19,952 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:43:19,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:43:20,057 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:43:20,057 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:43:20,057 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:43:20,057 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:43:20,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:43:20,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:43:20,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:43:20,160 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:43:20,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:43:20,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:43:20,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:43:20,253 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:43:20,253 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:43:20,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:43:20,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:43:20,356 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:43:20,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:43:20,356 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:44:16,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:16,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:20,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:44:20,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:44:20,456 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:44:20,456 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:44:20,456 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:44:20,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:44:20,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:44:20,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:44:20,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:44:20,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:44:20,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:44:20,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:44:20,705 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:44:20,705 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:44:20,705 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:44:20,705 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:44:20,705 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:44:20,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:44:20,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:44:20,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:44:29,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:29,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:29,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:29,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:36,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:36,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:36,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:36,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:36,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:36,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:37,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:37,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:44:39,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:44:39,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:03,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:03,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:05,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:05,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:05,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:05,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,479 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,667 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,676 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:06,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:06,945 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:07,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:07,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:08,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:08,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:08,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:08,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:08,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:08,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:08,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:08,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:09,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:09,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:09,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:09,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:09,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:09,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:10,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:10,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:10,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:10,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:10,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:45:10,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:45:20,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:45:20,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:45:20,923 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:45:20,923 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:45:20,923 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:45:20,923 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:45:20,923 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:45:21,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:45:21,023 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:45:21,023 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:45:21,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:45:21,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:45:21,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:45:21,122 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:45:21,122 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:45:21,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:45:21,122 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:45:21,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:45:21,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:45:21,222 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:46:21,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:46:21,223 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:46:21,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:46:21,318 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:46:21,318 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:46:21,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:46:21,318 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:46:21,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:46:21,406 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:46:21,406 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:46:21,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:46:21,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:46:21,493 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:46:21,493 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:46:21,493 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:46:21,493 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:46:21,493 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:46:21,585 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:46:21,585 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:46:21,585 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:47:21,586 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:47:21,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:47:21,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:47:21,693 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:47:21,693 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:47:21,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:47:21,693 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:47:21,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:47:21,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:47:21,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:47:21,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:47:21,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:47:21,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:47:21,881 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:47:21,881 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:47:21,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:47:21,881 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:47:21,982 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:47:21,982 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:47:21,982 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:47:59,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:47:59,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:00,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:00,309 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:02,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:02,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:03,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:03,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:05,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:05,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:05,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:05,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:05,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:05,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:06,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:06,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:06,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:06,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:06,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:06,181 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:06,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:06,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:06,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:06,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:14,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:14,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:15,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:15,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:16,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:16,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:17,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:17,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:19,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:19,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:19,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:19,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:20,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:20,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:20,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:20,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:21,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:21,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:21,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:21,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:21,983 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:48:21,983 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:48:22,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:48:22,085 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:48:22,085 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:48:22,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:48:22,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:48:22,185 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:48:22,185 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:48:22,185 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:48:22,185 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:48:22,185 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:48:22,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:48:22,280 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:48:22,280 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:48:22,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:48:22,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:48:22,372 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:48:22,372 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:48:22,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:48:23,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:23,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:48:23,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:48:23,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:16,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:16,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:21,380 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:21,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:22,374 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:49:22,374 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:49:22,490 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:49:22,490 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:49:22,490 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:49:22,490 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:49:22,490 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:49:22,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:49:22,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:49:22,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:49:22,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:49:22,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:49:22,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:49:22,684 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:49:22,684 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:49:22,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:49:22,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:49:22,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:49:22,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:49:22,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:49:35,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:35,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:35,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:35,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:44,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:44,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:44,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:44,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:44,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:44,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:45,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:45,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:49:46,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:49:46,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,682 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:09,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:09,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:10,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:10,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:10,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:10,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,448 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,510 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:11,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:11,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:12,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:12,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:12,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:12,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:12,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:12,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:12,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:12,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:12,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:12,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:14,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:14,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:14,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:14,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:14,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:14,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:14,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:14,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:15,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:15,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:15,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:15,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:18,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:18,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:20,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:20,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:20,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:50:20,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:50:22,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:50:22,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:50:22,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:50:22,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:50:22,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:50:22,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:50:22,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:50:22,980 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:50:22,980 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:50:22,980 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:50:22,980 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:50:22,980 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:50:23,086 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:50:23,086 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:50:23,086 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:50:23,086 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:50:23,086 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:50:23,190 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:50:23,190 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:50:23,190 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:51:23,191 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:51:23,191 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:51:23,293 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:51:23,293 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:51:23,293 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:51:23,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:51:23,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:51:23,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:51:23,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:51:23,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:51:23,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:51:23,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:51:23,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:51:23,501 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:51:23,501 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:51:23,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:51:23,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:51:23,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:51:23,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:51:23,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:52:23,611 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:52:23,611 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:52:23,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:52:23,736 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:52:23,736 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:52:23,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:52:23,736 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:52:23,827 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:52:23,828 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:52:23,828 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:52:23,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:52:23,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:52:23,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:52:23,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:52:23,917 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:52:23,917 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:52:23,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:52:24,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:52:24,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:52:24,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:53:01,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:01,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:01,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:01,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:01,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:01,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:01,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,849 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:02,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:02,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:03,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:03,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:04,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:04,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:04,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:04,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:15,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:15,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:15,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:15,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:16,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:16,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:17,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:17,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:18,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:18,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:18,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:18,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:18,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:18,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:18,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:18,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:18,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:18,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:19,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:19,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:20,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:20,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:20,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:20,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:20,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:20,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:20,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:20,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:20,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:53:20,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:53:24,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:53:24,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:53:24,115 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:53:24,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:53:24,115 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:53:24,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:53:24,116 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:53:24,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:53:24,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:53:24,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:53:24,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:53:24,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:53:24,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:53:24,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:53:24,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:53:24,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:53:24,307 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:53:24,400 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:53:24,400 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:53:24,400 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:54:24,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:24,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:24,401 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:54:24,401 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:54:24,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:54:24,513 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:54:24,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:54:24,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:54:24,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:54:24,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:54:24,608 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:54:24,609 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:54:24,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:54:24,609 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:54:24,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:54:24,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:54:24,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:54:24,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:54:24,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:54:24,823 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:54:24,823 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:54:24,823 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:54:27,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:27,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:28,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:28,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:29,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:29,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:46,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:46,735 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:46,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:46,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:48,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:48,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:48,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:48,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:48,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:48,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:48,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:48,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:54:52,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:54:52,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:11,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:11,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:11,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:11,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:11,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:11,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:12,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:12,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:12,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:12,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:12,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,566 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:14,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:14,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:15,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:15,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:15,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:15,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:16,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:16,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:16,494 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:16,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:16,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:16,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:17,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:17,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:18,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:18,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:18,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:18,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:18,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:18,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:19,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:19,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:19,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:19,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:20,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:20,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:20,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:20,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:20,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:20,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:23,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:23,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:23,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:23,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:24,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:24,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:24,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:55:24,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:55:24,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:55:24,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:55:24,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:55:24,926 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:55:24,926 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:55:24,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:55:24,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:55:25,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:55:25,031 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:55:25,031 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:55:25,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:55:25,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:55:25,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:55:25,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:55:25,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:55:25,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:55:25,124 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:55:25,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:55:25,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:55:25,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:56:25,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:56:25,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:56:25,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:56:25,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:56:25,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:56:25,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:56:25,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:56:25,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:56:25,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:56:25,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:56:25,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:56:25,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:56:25,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:56:25,524 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:56:25,524 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:56:25,525 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:56:25,525 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:56:25,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:56:25,615 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:56:25,615 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:57:25,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:57:25,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:57:25,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:57:25,720 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:57:25,720 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:57:25,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:57:25,720 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:57:25,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:57:25,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:57:25,811 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:57:25,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:57:25,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:57:25,905 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:57:25,906 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:57:25,906 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:57:25,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:57:25,906 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:57:26,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:57:26,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:57:26,005 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:58:04,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:04,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:04,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:04,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:05,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:05,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:05,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:05,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:05,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:05,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:06,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:06,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:06,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:07,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:07,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:07,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:07,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:07,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:07,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:09,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:09,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:10,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:10,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:10,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:10,420 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:10,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:10,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:10,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:18,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:18,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:19,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:19,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:20,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:20,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,297 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:21,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:21,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:22,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:22,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:22,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:22,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:22,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:22,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:23,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:23,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:23,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:58:23,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:58:26,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:58:26,007 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:58:26,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:58:26,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:58:26,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:58:26,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:58:26,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:58:26,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:58:26,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:58:26,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:58:26,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:58:26,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:58:26,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:58:26,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:58:26,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:58:26,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:58:26,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:58:26,372 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:58:26,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:58:26,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:59:26,374 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 11:59:26,375 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:59:26,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 11:59:26,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:59:26,480 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 11:59:26,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:59:26,480 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:59:26,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 11:59:26,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:59:26,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 11:59:26,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 11:59:26,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:59:26,677 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 11:59:26,677 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:59:26,677 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 11:59:26,677 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 11:59:26,678 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 11:59:26,785 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 11:59:26,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 11:59:26,785 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 11:59:31,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:59:31,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:59:31,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:59:31,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:59:32,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:59:32,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:59:40,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:59:40,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 11:59:59,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 11:59:59,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:00,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:00,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:00,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:00,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:01,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:01,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:01,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:01,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:04,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:04,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:04,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:04,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:26,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:00:26,786 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:00:26,890 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:00:26,891 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:00:26,891 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:00:26,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:00:26,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:00:26,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:00:26,992 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:00:26,992 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:00:26,992 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:00:26,993 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:00:27,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:00:27,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:00:27,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:00:27,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:00:27,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:00:27,184 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:00:27,184 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:00:27,184 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:00:29,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:29,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:29,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:29,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:29,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:29,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:29,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:29,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:30,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:30,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:30,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:30,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:30,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:30,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:30,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:30,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:30,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:30,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:31,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:31,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:31,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:31,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:31,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:31,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:31,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:31,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:31,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:31,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:32,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:32,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:33,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:33,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:34,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:34,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:35,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:35,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:35,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:35,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:35,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:35,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:00:35,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:00:35,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:01:27,185 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:01:27,185 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:01:27,283 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:01:27,283 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:01:27,283 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:01:27,283 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:01:27,284 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:01:27,387 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:01:27,387 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:01:27,387 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:01:27,387 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:01:27,387 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:01:27,495 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:01:27,495 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:01:27,496 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:01:27,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:01:27,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-72) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:01:27,604 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:01:27,604 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:01:27,604 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-72) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:02:27,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:02:27,605 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:02:27,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:02:27,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:02:27,714 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:02:27,714 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:02:27,715 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:02:27,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:02:27,821 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:02:27,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:02:27,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:02:27,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:02:27,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:02:27,924 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:02:27,924 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:02:27,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:02:27,924 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:02:28,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:02:28,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:02:28,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:03:15,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:15,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:15,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:16,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:16,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:17,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:17,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:18,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:18,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:18,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:18,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:18,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:18,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:18,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:18,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:18,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:23,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:23,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:23,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:23,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:23,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:23,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:23,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:23,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:24,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:24,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:03:28,031 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:03:28,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:03:28,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:03:28,134 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:03:28,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:03:28,134 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:03:28,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:03:28,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:03:28,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:03:28,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:03:28,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:03:28,328 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:03:28,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:03:28,329 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:03:28,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:03:28,329 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:03:28,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:03:28,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:03:28,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:03:28,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,735 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:28,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:28,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:29,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:29,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:31,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:31,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:31,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:31,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:31,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:31,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:31,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:31,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:31,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:31,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:32,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:32,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:37,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:37,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:03:37,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:03:37,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:04:28,434 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:04:28,434 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:04:28,537 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:04:28,537 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:04:28,538 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:04:28,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:04:28,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:04:28,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:04:28,646 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:04:28,646 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:04:28,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:04:28,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:04:28,756 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:04:28,756 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:04:28,756 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:04:28,756 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:04:28,756 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-66) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:04:28,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:04:28,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:04:28,861 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-66) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:04:31,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:04:31,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:04:31,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:04:32,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:04:32,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:04:32,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:04:41,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:04:41,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:00,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:00,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:00,721 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:00,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:01,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:01,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:01,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:01,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:01,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:01,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:01,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:01,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:09,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:09,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:28,863 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:05:28,863 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:05:28,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:05:28,965 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:05:28,965 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:05:28,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:05:28,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:05:29,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:05:29,062 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:05:29,062 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:05:29,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:05:29,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:05:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:05:29,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:05:29,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:05:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:05:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-25) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:05:29,247 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:05:29,247 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:05:29,247 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-25) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:05:30,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,324 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:30,655 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:30,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:33,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:33,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:33,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:33,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:33,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:33,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:33,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:33,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:33,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:33,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:34,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:34,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:35,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:35,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:37,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:37,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:05:41,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:05:41,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:06:29,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:06:29,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:06:29,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:06:29,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:06:29,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:06:29,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:06:29,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:06:29,438 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:06:29,438 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:06:29,438 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:06:29,438 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:06:29,438 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:06:29,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:06:29,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:06:29,535 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:06:29,535 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:06:29,535 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:06:29,630 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:06:29,630 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:06:29,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:07:29,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:07:29,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:07:29,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:07:29,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:07:29,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:07:29,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:07:29,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:07:29,851 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:07:29,851 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:07:29,851 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:07:29,851 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:07:29,851 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:07:29,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:07:29,953 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:07:29,953 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:07:29,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:07:29,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:07:30,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:07:30,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:07:30,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:08:23,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:23,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:23,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:24,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:24,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:24,052 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:24,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:24,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:24,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:24,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:24,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:26,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:26,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:26,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:26,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:26,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:26,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:30,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:08:30,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:08:30,150 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:08:30,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:08:30,151 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:08:30,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:08:30,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:08:30,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:08:30,271 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:08:30,271 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:08:30,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:08:30,271 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:08:30,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:08:30,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:08:30,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:08:30,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:08:30,364 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:08:30,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:08:30,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:08:30,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:08:39,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:39,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:39,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:40,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:40,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:40,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:40,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:40,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:40,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:41,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:41,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:42,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:42,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:42,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:42,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:42,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:42,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:44,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:44,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:45,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:45,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:47,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:47,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:08:48,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:08:48,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:09:30,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:09:30,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:09:30,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:09:30,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:09:30,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:09:30,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:09:30,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:09:30,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:09:30,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:09:30,694 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:09:30,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:09:30,694 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:09:30,796 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:09:30,796 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:09:30,796 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:09:30,796 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:09:30,796 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:09:30,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:09:30,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:09:30,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:09:35,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:09:35,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:09:35,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:09:35,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:09:43,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:09:43,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:09:43,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:09:43,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:09:44,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:09:44,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:00,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:00,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:10,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:10,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:11,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:11,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:11,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:11,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:11,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:11,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:11,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:11,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:11,550 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:11,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:19,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:20,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:30,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:10:30,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:10:30,996 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:10:30,996 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:10:30,996 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:10:30,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:10:30,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:10:31,088 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:10:31,088 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:10:31,088 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:10:31,088 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:10:31,088 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:10:31,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:10:31,180 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:10:31,180 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:10:31,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:10:31,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-67) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:10:31,279 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:10:31,279 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:10:31,279 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-67) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:10:34,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:34,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:34,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:36,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:36,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:36,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:37,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:37,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:37,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,514 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:41,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:41,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:42,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:42,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:42,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:42,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:42,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:42,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:44,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:44,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:44,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:44,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:44,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:44,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:51,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:51,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:51,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:51,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:51,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:51,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:51,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:51,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:52,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:52,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:52,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:52,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:57,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:57,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:57,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:57,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:10:57,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:10:58,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:11:31,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:11:31,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:11:31,381 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:11:31,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:11:31,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:11:31,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:11:31,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:11:31,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:11:31,483 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:11:31,484 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:11:31,484 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:11:31,484 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:11:31,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:11:31,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:11:31,577 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:11:31,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:11:31,577 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:11:31,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:11:31,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:11:31,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:12:31,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:12:31,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:12:31,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:12:31,774 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:12:31,774 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:12:31,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:12:31,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:12:31,882 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:12:31,883 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:12:31,883 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:12:31,883 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:12:31,883 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:12:31,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:12:31,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:12:31,971 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:12:31,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:12:31,971 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-50) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:12:32,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:12:32,058 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:12:32,059 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-50) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:13:29,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:29,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:29,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:30,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:30,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:30,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:30,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:30,604 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:30,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:32,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:13:32,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:13:32,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:32,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:13:32,179 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:13:32,180 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:13:32,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:13:32,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:13:32,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:32,291 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:13:32,291 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:13:32,291 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:13:32,291 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:13:32,291 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:13:32,402 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:13:32,402 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:13:32,402 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:13:32,402 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:13:32,402 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:13:32,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:13:32,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:13:32,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:13:42,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,786 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:42,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:42,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:43,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:43,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:43,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:44,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:44,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:44,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:44,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:44,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:44,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:44,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:44,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:45,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:45,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:46,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:46,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:46,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:46,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:46,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:46,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:46,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:46,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,404 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,462 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:48,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:48,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:49,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:49,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:51,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:51,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:13:51,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:13:51,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:32,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:14:32,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:14:32,637 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:14:32,637 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:14:32,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:14:32,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:14:32,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:14:32,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:14:32,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:14:32,741 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:14:32,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:14:32,741 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:14:32,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:14:32,837 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:14:32,837 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:14:32,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:14:32,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:14:32,928 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:14:32,928 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:14:32,928 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:14:36,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:36,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:43,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:43,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:43,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:43,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:51,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:51,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:51,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:51,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:14:51,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:14:51,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:02,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:02,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:17,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:17,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:19,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:19,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:20,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:20,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:20,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:20,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:22,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:22,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:22,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:22,428 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:25,593 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:25,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:32,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:15:32,929 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:15:33,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:15:33,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:15:33,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:15:33,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:15:33,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:15:33,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:15:33,139 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:15:33,139 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:15:33,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:15:33,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:15:33,248 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:15:33,248 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:15:33,248 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:15:33,248 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:15:33,248 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:15:33,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:15:33,357 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:15:33,358 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:15:37,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,668 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,793 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:37,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:37,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:38,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:38,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:38,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:38,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:38,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:38,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:41,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:41,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:41,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:41,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:41,675 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:41,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:41,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:41,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:41,957 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:41,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,483 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:42,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:42,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:44,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:44,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:45,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:45,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:45,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:45,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:45,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:45,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:45,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:45,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:46,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:46,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:46,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:46,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:46,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:46,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:46,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:46,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:46,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:46,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:47,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:47,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:50,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:50,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:50,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:50,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:50,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:50,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:50,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:50,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:15:51,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:15:51,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:16:33,359 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:16:33,359 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:16:33,458 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:16:33,458 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:16:33,458 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:16:33,459 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:16:33,459 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:16:33,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:16:33,560 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:16:33,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:16:33,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:16:33,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:16:33,656 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:16:33,657 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:16:33,657 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:16:33,657 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:16:33,657 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:16:33,743 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:16:33,743 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:16:33,743 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:17:33,744 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:17:33,744 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:17:33,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:17:33,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:17:33,848 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:17:33,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:17:33,848 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:17:33,947 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:17:33,947 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:17:33,947 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:17:33,948 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:17:33,948 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:17:34,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:17:34,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:17:34,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:17:34,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:17:34,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:17:34,150 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:17:34,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:17:34,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:18:34,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:18:34,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:18:34,261 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:18:34,261 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:18:34,262 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:18:34,262 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:18:34,262 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:18:34,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:18:34,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:18:34,366 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:18:34,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:18:34,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:18:34,468 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:18:34,468 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:18:34,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:18:34,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:18:34,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:18:34,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:18:34,565 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:18:34,565 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:18:37,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:37,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:37,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:37,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:38,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:38,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:38,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:38,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:38,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:38,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:39,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:39,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:39,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:39,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:39,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:39,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:40,394 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:40,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:40,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:40,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:40,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:40,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:40,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:40,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:41,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:41,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:41,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:41,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:41,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:41,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:41,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:41,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:49,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:49,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:49,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:49,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:50,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:50,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:51,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:51,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:52,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:52,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:52,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:52,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:52,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:53,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:53,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:53,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:53,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:53,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:53,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:54,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:54,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:54,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:54,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:56,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:56,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:56,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:56,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,601 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:18:59,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:18:59,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:00,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:00,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:00,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:00,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:00,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:00,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:00,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:00,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:01,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:01,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:01,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:01,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:02,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:02,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:02,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:02,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:02,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:02,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:02,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:02,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:02,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:02,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:34,566 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:19:34,566 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:19:34,672 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:19:34,672 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:19:34,672 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:19:34,672 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:19:34,672 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:19:34,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:19:34,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:19:34,773 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:19:34,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:19:34,774 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:19:34,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:19:34,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:19:34,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:19:34,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:19:34,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-84) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:19:34,960 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:19:34,960 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:19:34,960 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-84) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:19:40,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:40,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:45,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:45,966 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:46,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:46,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:53,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:53,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:54,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:54,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:19:54,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:19:54,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:02,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:02,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:23,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:23,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:24,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:24,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:24,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:24,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:24,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:24,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:24,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:24,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:24,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:24,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:25,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:25,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:34,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:20:34,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:20:35,060 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:20:35,060 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:20:35,061 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:20:35,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:20:35,061 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:20:35,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:20:35,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:20:35,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:20:35,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:20:35,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:20:35,269 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:20:35,269 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:20:35,269 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:20:35,269 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:20:35,269 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:20:35,375 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:20:35,375 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:20:35,375 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:20:41,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:41,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:42,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:42,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:43,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:43,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:43,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:43,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:43,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:43,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:45,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:45,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:45,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:45,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:45,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:45,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:45,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:45,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:46,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:46,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:47,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:47,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:47,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:47,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:48,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:48,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:49,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:49,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:49,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:49,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:49,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:49,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:49,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:49,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:51,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:51,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:51,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:51,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:51,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:51,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:51,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:51,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:54,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:54,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:55,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:55,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:55,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:55,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:55,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:55,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:20:56,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:20:56,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:21:35,376 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:21:35,377 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:21:35,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:21:35,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:21:35,478 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:21:35,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:21:35,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:21:35,578 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:21:35,578 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:21:35,578 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:21:35,578 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:21:35,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:21:35,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:21:35,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:21:35,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:21:35,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:21:35,701 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:21:35,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:21:35,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:21:35,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:22:14,974 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-74) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 12:22:35,823 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:22:35,824 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:22:35,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:22:35,965 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:22:35,965 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:22:35,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:22:35,965 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:22:36,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:22:36,074 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:22:36,074 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:22:36,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:22:36,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:22:36,169 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:22:36,169 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:22:36,169 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:22:36,169 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:22:36,169 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:22:36,273 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:22:36,273 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:22:36,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:23:36,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:23:36,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:23:36,404 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:23:36,404 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:23:36,404 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:23:36,404 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:23:36,404 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:23:36,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:23:36,505 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:23:36,505 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:23:36,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:23:36,506 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:23:36,611 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:23:36,611 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:23:36,611 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:23:36,611 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:23:36,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:23:36,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:23:36,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:23:36,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:23:43,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:43,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:43,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:44,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:44,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:44,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:44,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:46,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:46,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:47,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:47,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:47,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:47,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:50,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:50,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:50,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:50,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:53,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:53,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:53,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:53,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:53,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:53,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,414 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:54,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:54,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:55,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:55,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:55,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:55,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:55,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:55,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:55,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:55,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:57,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:57,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:57,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:57,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:58,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:58,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:58,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:58,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:59,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:59,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:59,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:59,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:23:59,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:59,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:23:59,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:00,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:00,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:01,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:01,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:02,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:02,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:02,062 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:02,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:02,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:02,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:02,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:02,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:02,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:02,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:36,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:24:36,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:24:36,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:24:36,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:24:36,818 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:24:36,818 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:24:36,819 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:24:36,931 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:24:36,931 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:24:36,932 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:24:36,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:24:36,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:24:37,037 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:24:37,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:24:37,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:24:37,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:24:37,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-1) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:24:37,143 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:24:37,143 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:24:37,143 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-1) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:24:40,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:40,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:46,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:46,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:49,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:49,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:55,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:55,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:55,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:55,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:24:56,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:24:56,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:07,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:07,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:31,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:31,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:32,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:32,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:32,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:32,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:32,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:32,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:32,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:33,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:35,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:35,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:37,144 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:25:37,144 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:25:37,251 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:25:37,251 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:25:37,251 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:25:37,251 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:25:37,251 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:25:37,350 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:25:37,350 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:25:37,350 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:25:37,350 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:25:37,350 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:25:37,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:25:37,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:25:37,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:25:37,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:25:37,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:25:37,543 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:25:37,543 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:25:37,543 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:25:41,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:41,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:51,803 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:51,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:51,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:51,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,160 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,755 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:52,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:52,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:54,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:54,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:54,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:54,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:54,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:54,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:56,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:56,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:59,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:59,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:59,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:59,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:59,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:59,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:25:59,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:25:59,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:00,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:00,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:01,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:01,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:01,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:01,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:01,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:01,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:01,493 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:01,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:01,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:01,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:04,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:04,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:07,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:07,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:09,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:09,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:09,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:26:09,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:26:37,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:26:37,543 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:26:37,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:26:37,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:26:37,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:26:37,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:26:37,646 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:26:37,754 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:26:37,754 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:26:37,754 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:26:37,754 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:26:37,754 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:26:37,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:26:37,866 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:26:37,866 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:26:37,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:26:37,866 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:26:37,974 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:26:37,974 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:26:37,974 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:27:08,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 69a79fcc >2012-11-07 12:27:08,484 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-35) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7bec4044 >2012-11-07 12:27:08,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) FINISH, IsValidVDSCommand, return: true, log id: 69a79fcc >2012-11-07 12:27:08,485 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-35) FINISH, IsValidVDSCommand, return: true, log id: 7bec4044 >2012-11-07 12:27:08,486 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-38) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7a2465e8 >2012-11-07 12:27:08,486 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-35) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 6b9ea0fd >2012-11-07 12:27:08,618 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-38) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 7a2465e8 >2012-11-07 12:27:08,620 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-35) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 664904ce >2012-11-07 12:27:08,621 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-38) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 12:27:08,686 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-35) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 664904ce >2012-11-07 12:27:08,686 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-35) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 6b9ea0fd >2012-11-07 12:27:08,693 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-35) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 12:27:37,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:27:37,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:27:38,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:27:38,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:27:38,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:27:38,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:27:38,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:27:38,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:27:38,179 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:27:38,179 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:27:38,179 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:27:38,180 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:27:38,275 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:27:38,275 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:27:38,276 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:27:38,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:27:38,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:27:38,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:27:38,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:27:38,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:28:38,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:28:38,366 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:28:38,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:28:38,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:28:38,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:28:38,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:28:38,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:28:38,581 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:28:38,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:28:38,582 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:28:38,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:28:38,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:28:38,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:28:38,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:28:38,690 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:28:38,690 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:28:38,691 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:28:38,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:28:38,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:28:38,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:28:44,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:44,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:44,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:44,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:45,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:45,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:46,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:46,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:47,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:47,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:54,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:54,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:55,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:55,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:56,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:56,029 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:57,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:57,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:58,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:58,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:58,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:58,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:58,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:58,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:28:58,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:28:58,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:00,901 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:00,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:00,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:00,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:00,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:00,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:00,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:00,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:01,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:01,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:02,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:02,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:02,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:02,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:02,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:02,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:02,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:02,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:05,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:05,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:05,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:05,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:09,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:09,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:09,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:09,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:10,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:10,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:15,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:15,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:15,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:15,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:16,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:16,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:38,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:29:38,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:29:38,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:29:38,895 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:29:38,895 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:29:38,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:29:38,895 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:29:38,999 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:29:38,999 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:29:38,999 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:29:38,999 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:29:38,999 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:29:39,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:29:39,102 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:29:39,102 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:29:39,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:29:39,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:29:39,191 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:29:39,191 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:29:39,191 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:29:45,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:45,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:50,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:50,601 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:51,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:51,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:58,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:58,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:59,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:59,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:29:59,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:29:59,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:10,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:10,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:32,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:32,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:32,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:32,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:35,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:35,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:35,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:35,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:35,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:35,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:36,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:36,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:36,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:36,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:39,192 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:30:39,192 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:30:39,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:30:39,300 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:30:39,300 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:30:39,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:30:39,301 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:30:39,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:30:39,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:30:39,408 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:30:39,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:30:39,409 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:30:39,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:30:39,502 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:30:39,502 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:30:39,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:30:39,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:30:39,596 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:30:39,597 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:30:39,597 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:30:52,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:52,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:52,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:52,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:52,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:52,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:52,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:52,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:52,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:52,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:53,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:53,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:55,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:55,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:55,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:55,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:56,674 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:56,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:30:59,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:30:59,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:02,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:02,989 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:03,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:03,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:03,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:03,333 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:03,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:03,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:05,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:05,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:08,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:08,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:08,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:08,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:08,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:08,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:09,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:09,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:09,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:09,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:09,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:31:09,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:31:39,598 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:31:39,598 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:31:39,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:31:39,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:31:39,700 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:31:39,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:31:39,700 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:31:39,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:31:39,797 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:31:39,797 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:31:39,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:31:39,797 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:31:39,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:31:39,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:31:39,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:31:39,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:31:39,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:31:39,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:31:39,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:31:39,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:32:39,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:32:39,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:32:40,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:32:40,081 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:32:40,081 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:32:40,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:32:40,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:32:40,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:32:40,175 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:32:40,175 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:32:40,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:32:40,175 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:32:40,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:32:40,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:32:40,263 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:32:40,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:32:40,263 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:32:40,348 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:32:40,348 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:32:40,349 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:33:40,350 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:33:40,351 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:33:40,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:33:40,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:33:40,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:33:40,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:33:40,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:33:40,556 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:33:40,556 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:33:40,556 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:33:40,556 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:33:40,556 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:33:40,652 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:33:40,653 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:33:40,653 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:33:40,653 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:33:40,653 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:33:40,745 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:33:40,745 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:33:40,745 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:33:53,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:53,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:53,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:53,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:53,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:54,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:54,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:55,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:55,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:56,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:56,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:56,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:56,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:56,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,634 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:33:57,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:33:57,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:03,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:03,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:04,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:04,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,065 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:05,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:05,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:06,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:06,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:06,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:06,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:06,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:06,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:06,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:06,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:06,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:06,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:07,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:07,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:07,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:07,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:07,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:07,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:07,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:07,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:08,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:08,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:08,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:08,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:08,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:08,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:08,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:08,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:09,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:09,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:09,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:09,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:13,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:13,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:13,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:13,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:13,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:13,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:13,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:13,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:14,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:14,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:40,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:34:40,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:34:40,864 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:34:40,864 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:34:40,864 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:34:40,864 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:34:40,864 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:34:40,964 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:34:40,964 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:34:40,964 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:34:40,964 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:34:40,964 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:34:41,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:34:41,058 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:34:41,058 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:34:41,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:34:41,058 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:34:41,158 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:34:41,158 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:34:41,158 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:34:46,247 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:46,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:52,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:52,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:34:52,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:34:52,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:02,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:02,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:03,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:03,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:03,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:03,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:13,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:13,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:37,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:37,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:37,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:37,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:39,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:39,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:39,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:39,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:39,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:39,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:39,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:39,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:39,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:39,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:41,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:35:41,160 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:35:41,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:35:41,259 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:35:41,259 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:35:41,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:35:41,259 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:35:41,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:35:41,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:35:41,367 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:35:41,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:35:41,367 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:35:41,466 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:35:41,466 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:35:41,466 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:35:41,466 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:35:41,466 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:35:41,561 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:35:41,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:35:41,561 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:35:55,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:55,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:55,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:55,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:55,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:55,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:55,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:55,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:55,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:55,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:55,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:56,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:56,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:56,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:56,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:56,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:58,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:58,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:35:59,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:35:59,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:01,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:01,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:01,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:01,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:02,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:02,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:03,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:03,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:03,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:03,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:03,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:03,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:03,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:03,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:03,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:04,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:04,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:04,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:05,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:05,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:05,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:05,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:06,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:06,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:09,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:09,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:10,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:10,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:18,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:18,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:18,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:18,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:19,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:36:19,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:36:41,563 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:36:41,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:36:41,668 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:36:41,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:36:41,669 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:36:41,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:36:41,669 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:36:41,772 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:36:41,772 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:36:41,772 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:36:41,772 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:36:41,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:36:41,878 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:36:41,878 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:36:41,878 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:36:41,878 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:36:41,878 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:36:41,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:36:41,981 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:36:41,981 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:37:41,982 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:37:41,982 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:37:42,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:37:42,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:37:42,084 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:37:42,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:37:42,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:37:42,190 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:37:42,190 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:37:42,190 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:37:42,190 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:37:42,190 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:37:42,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:37:42,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:37:42,286 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:37:42,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:37:42,286 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:37:42,372 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:37:42,372 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:37:42,372 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:38:42,373 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:38:42,373 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:38:42,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:38:42,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:38:42,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:38:42,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:38:42,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:38:42,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:38:42,584 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:38:42,584 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:38:42,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:38:42,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:38:42,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:38:42,680 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:38:42,680 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:38:42,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:38:42,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:38:42,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:38:42,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:38:42,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:39:03,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:03,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:03,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:03,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:03,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:03,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:04,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:04,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:05,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:05,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:08,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:08,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:08,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:08,549 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:08,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:08,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:08,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:08,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:08,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:08,850 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:15,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:15,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,295 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:16,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:16,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:17,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:17,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:17,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:17,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:19,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:19,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:19,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:19,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:19,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:19,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:20,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:20,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,237 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:21,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:21,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:22,669 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:22,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:22,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:22,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:23,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:23,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:23,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:23,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:23,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:23,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:23,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:23,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:23,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:23,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:24,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:24,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:25,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:25,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:25,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:39:25,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:39:42,768 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:39:42,768 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:39:42,879 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:39:42,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:39:42,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:39:42,879 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:39:42,880 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:39:42,980 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:39:42,980 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:39:42,981 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:39:42,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:39:42,981 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:39:43,076 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:39:43,076 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:39:43,076 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:39:43,076 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:39:43,076 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:39:43,170 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:39:43,170 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:39:43,171 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:40:02,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:02,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:05,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:05,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:07,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:07,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:11,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:11,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:12,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:12,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:12,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:12,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:25,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:25,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:43,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:40:43,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:40:43,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:40:43,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:40:43,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:40:43,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:40:43,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:40:43,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:40:43,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:40:43,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:40:43,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:40:43,447 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:40:43,545 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:40:43,546 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:40:43,546 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:40:43,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:40:43,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:40:43,656 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:40:43,656 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:40:43,656 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:40:45,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:45,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:45,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:45,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:45,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:45,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:45,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:45,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:46,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:46,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:46,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:46,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:40:48,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:40:48,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:04,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:04,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:05,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:05,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:05,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:05,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:05,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:05,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:07,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:07,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:07,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:07,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:07,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:07,621 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:07,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:07,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:11,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:11,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:11,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:11,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:12,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:12,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:14,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:14,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:16,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:16,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:16,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:16,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:17,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:17,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:18,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:18,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:19,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:19,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:19,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:19,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:19,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:19,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:19,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:19,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:22,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:22,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:22,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:22,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:23,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:23,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:23,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:23,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:23,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:41:23,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:41:43,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:41:43,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:41:43,761 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:41:43,761 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:41:43,761 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:41:43,761 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:41:43,761 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:41:43,863 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:41:43,863 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:41:43,863 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:41:43,863 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:41:43,863 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:41:43,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:41:43,953 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:41:43,954 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:41:43,954 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:41:43,954 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:41:44,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:41:44,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:41:44,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:42:44,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:42:44,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:42:44,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:42:44,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:42:44,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:42:44,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:42:44,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:42:44,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:42:44,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:42:44,258 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:42:44,258 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:42:44,258 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:42:44,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:42:44,346 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:42:44,346 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:42:44,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:42:44,346 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-30) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:42:44,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:42:44,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:42:44,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-30) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:43:44,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:43:44,434 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:43:44,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:43:44,541 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:43:44,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:43:44,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:43:44,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:43:44,637 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:43:44,637 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:43:44,638 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:43:44,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:43:44,638 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:43:44,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:43:44,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:43:44,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:43:44,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:43:44,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-81) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:43:44,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:43:44,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:43:44,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-81) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:44:07,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:07,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:08,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:08,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:08,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:08,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:10,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:10,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:10,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:10,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:10,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:10,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,609 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,690 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,699 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:12,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:12,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:13,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:13,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:14,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:14,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:14,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:14,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:20,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:20,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:20,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:20,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:20,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:20,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:20,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:20,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:21,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:21,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:22,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:22,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:22,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:22,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:23,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:23,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:23,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:23,830 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:23,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:23,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:23,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:23,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:24,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:24,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:24,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:24,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:24,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:24,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:28,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:28,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:28,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:28,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:29,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:29,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:30,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:30,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:30,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:30,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:30,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:30,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:31,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:31,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:33,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:33,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:41,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:41,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:41,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:41,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:41,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:41,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:41,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:41,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:42,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:42,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:42,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:44:42,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:44:44,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:44:44,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:44:44,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:44:44,918 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:44:44,918 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:44:44,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:44:44,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:44:45,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:44:45,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:44:45,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:44:45,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:44:45,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:44:45,095 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:44:45,095 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:44:45,095 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:44:45,095 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:44:45,095 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:44:45,191 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:44:45,191 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:44:45,191 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:45:08,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:08,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:12,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:12,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:16,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:16,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:23,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:23,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:23,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:23,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:24,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:24,023 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:38,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:38,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:45,193 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:45:45,193 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:45:45,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:45:45,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:45:45,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:45:45,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:45:45,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:45:45,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:45:45,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:45:45,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:45:45,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:45:45,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:45:45,501 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:45:45,502 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:45:45,502 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:45:45,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:45:45,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:45:45,611 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:45:45,611 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:45:45,611 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:45:53,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:53,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:53,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:53,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:56,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:56,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:56,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:56,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:57,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:57,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:58,810 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:58,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:45:58,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:45:58,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,669 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:09,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:09,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:12,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:12,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:12,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:12,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:13,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:13,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:13,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:13,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:13,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:13,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:14,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:14,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:14,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:14,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:18,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:18,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:18,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:18,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:18,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:18,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:19,973 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:19,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:20,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:20,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:21,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:21,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:22,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:22,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:22,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:22,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:23,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:23,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:23,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:23,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:24,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:24,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:24,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:24,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:25,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:25,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:27,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:27,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:27,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:28,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:28,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:28,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:28,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:28,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:28,415 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:46:28,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:46:45,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:46:45,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:46:45,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:46:45,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:46:45,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:46:45,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:46:45,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:46:45,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:46:45,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:46:45,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:46:45,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:46:45,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:46:45,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:46:45,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:46:45,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:46:45,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:46:45,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:46:46,085 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:46:46,085 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:46:46,085 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:47:46,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:47:46,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:47:46,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:47:46,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:47:46,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:47:46,196 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:47:46,196 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:47:46,297 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:47:46,297 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:47:46,297 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:47:46,297 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:47:46,297 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:47:46,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:47:46,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:47:46,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:47:46,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:47:46,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:47:46,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:47:46,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:47:46,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:48:46,487 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:48:46,488 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:48:46,587 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:48:46,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:48:46,588 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:48:46,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:48:46,588 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:48:46,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:48:46,689 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:48:46,689 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:48:46,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:48:46,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:48:46,780 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:48:46,780 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:48:46,781 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:48:46,781 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:48:46,781 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:48:46,878 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:48:46,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:48:46,879 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:49:09,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:09,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:09,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:09,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:09,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:09,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:09,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:09,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:09,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:09,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:10,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:10,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,622 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:13,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:13,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:14,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:14,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:14,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:14,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:18,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:18,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:19,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:19,054 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:19,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:19,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:19,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:19,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:20,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:20,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,725 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:23,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:23,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,330 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:24,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:24,431 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,644 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:25,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:25,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,931 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:26,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:26,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:27,027 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:27,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:33,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:33,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:33,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:33,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,611 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:34,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:34,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:35,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:36,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:36,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:36,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:36,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:36,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:36,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:42,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:49:42,948 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:49:46,880 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:49:46,880 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:49:46,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:49:46,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:49:46,990 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:49:46,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:49:46,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:49:47,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:49:47,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:49:47,104 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:49:47,104 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:49:47,104 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:49:47,202 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:49:47,202 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:49:47,202 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:49:47,202 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:49:47,202 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:49:47,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:49:47,295 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:49:47,295 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:50:16,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:16,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:22,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:22,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:24,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:24,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:30,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:30,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:30,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:30,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:30,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:30,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:45,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:50:45,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:50:47,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:50:47,296 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:50:47,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:50:47,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:50:47,395 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:50:47,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:50:47,395 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:50:47,495 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:50:47,495 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:50:47,496 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:50:47,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:50:47,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:50:47,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:50:47,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:50:47,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:50:47,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:50:47,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:50:47,682 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:50:47,682 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:50:47,682 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:51:03,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:03,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:03,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:03,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:04,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:04,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:04,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:04,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:06,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:06,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:06,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:06,629 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:06,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:06,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:16,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:16,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:17,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:17,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:17,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:17,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:19,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:19,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:19,241 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:19,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:23,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:23,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:23,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:23,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:23,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:23,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,755 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-8) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 12:51:25,756 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-8) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 12:51:25,757 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-8) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.Login(GenericApiGWTServiceImpl.java:155) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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:637) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 114 more >2012-11-07 12:51:25,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,851 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-8) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 12:51:25,852 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-8) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 12:51:25,853 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-8) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.Login(GenericApiGWTServiceImpl.java:155) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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:637) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 115 more >2012-11-07 12:51:25,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:25,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:25,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:26,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:26,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:26,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:26,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:26,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:26,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:26,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:26,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:26,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:26,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:27,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,129 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,170 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,170 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,178 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,186 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,191 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,192 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,196 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,197 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,201 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,202 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,206 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,207 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,212 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,213 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,219 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,220 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,226 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,226 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,232 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,232 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,237 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,241 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,242 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,246 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,247 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,250 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,251 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,255 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,260 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,261 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,266 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,271 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,273 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,309 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,310 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,319 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,320 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,324 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,324 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,328 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,329 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,334 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,339 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,344 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,347 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,352 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,353 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,357 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,368 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,378 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,386 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,390 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,395 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,399 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,400 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,404 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,408 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,409 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,413 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,417 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,451 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,452 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,456 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,456 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,461 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,461 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,465 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,466 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,469 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,470 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,475 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,478 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,480 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,482 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,484 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,487 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,488 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,491 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,496 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,499 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,500 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,504 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,505 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,508 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,510 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,512 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,515 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,522 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,531 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,536 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,536 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,541 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,546 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,549 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,550 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,554 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,555 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,560 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,613 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,755 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:28,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:28,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:28,864 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:29,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:29,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:30,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:30,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:30,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:30,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:30,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:30,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:32,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:32,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:32,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:32,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:34,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:34,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:40,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:40,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:40,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:40,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:40,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:51:40,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:51:47,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:51:47,684 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:51:47,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:51:47,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:51:47,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:51:47,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:51:47,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:51:47,892 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:51:47,892 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:51:47,892 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:51:47,893 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:51:47,893 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:51:47,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:51:47,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:51:47,995 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:51:47,995 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:51:47,995 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-26) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:51:48,087 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:51:48,087 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:51:48,087 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-26) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:51:52,562 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:52,568 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:52,573 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:52,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:51:52,587 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,154 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,160 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,214 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,215 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,333 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,337 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,338 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,343 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,346 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,347 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,351 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,357 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,370 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,371 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,374 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,376 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,388 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,388 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,393 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,393 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,398 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,399 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,402 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,407 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,408 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,413 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,417 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,422 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,423 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,427 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,428 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,431 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,432 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,436 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,441 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,442 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,445 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,446 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,450 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,541 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,542 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,548 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,553 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,554 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,559 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,561 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,564 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,566 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,570 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,571 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,575 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,576 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,580 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,581 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,586 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,589 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,591 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,594 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,596 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,599 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,601 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,605 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,609 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,610 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,614 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,620 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,623 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,625 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,628 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,629 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,632 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,634 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,639 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,642 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,644 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,647 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,648 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,651 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,653 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,740 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,745 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,746 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,750 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,758 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,759 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,763 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,764 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,768 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,769 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,773 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,778 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,778 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,782 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,783 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,788 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,788 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,792 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,794 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,797 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,799 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,801 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,804 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:02,816 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:13,224 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,309 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-19) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 12:52:45,310 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-19) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 12:52:45,311 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-19) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.Login(GenericApiGWTServiceImpl.java:155) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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:637) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Builtin,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 114 more >2012-11-07 12:52:45,373 FATAL [org.springframework.ldap.control.AbstractRequestControlDirContextProcessor] (http-0.0.0.0-8443-19) No matching response control found for paged results - looking for 'class javax.naming.ldap.PagedResultsResponseControl >2012-11-07 12:52:45,373 ERROR [org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper] (http-0.0.0.0-8443-19) Error in running LDAP query. BaseDN is , filter is (cn=*). Exception message is: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' >2012-11-07 12:52:45,374 ERROR [org.ovirt.engine.core.bll.adbroker.DirectorySearcher] (http-0.0.0.0-8443-19) Failed ldap search server ldap://fula.gobiernodecanarias.net:389 due to org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name ''. We should try the next server >org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:172) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:306) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259) > at org.ovirt.engine.core.bll.adbroker.LDAPTemplateWrapper.pagedSearch(LDAPTemplateWrapper.java:135) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:64) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper$SearchAction.run(GSSAPILdapTemplateWrapper.java:45) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:337) > at org.ovirt.engine.core.bll.adbroker.GSSAPILdapTemplateWrapper.search(GSSAPILdapTemplateWrapper.java:41) > at org.ovirt.engine.core.bll.adbroker.DirectorySearchTask.call(DirectorySearchTask.java:40) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:102) > at org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerUtils.performGroupQuery(LdapBrokerUtils.java:215) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:108) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.PopulateGroup(LdapBrokerCommandBase.java:119) > at org.ovirt.engine.core.bll.adbroker.LdapAuthenticateUserCommand.executeQuery(LdapAuthenticateUserCommand.java:63) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68) > at org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18) > at org.ovirt.engine.core.bll.LoginUserCommand.AuthenticateUser(LoginUserCommand.java:36) > at org.ovirt.engine.core.bll.LoginBaseCommand.isUserCanBeAuthenticated(LoginBaseCommand.java:179) > at org.ovirt.engine.core.bll.LoginAdminUserCommand.canDoAction(LoginAdminUserCommand.java:20) > at org.ovirt.engine.core.bll.CommandBase.InternalCanDoAction(CommandBase.java:396) > at org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:203) > at org.ovirt.engine.core.bll.Backend.Login(Backend.java:378) > at sun.reflect.GeneratedMethodAccessor404.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:72) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138) > at org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11) > at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83) > at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70) > at org.jboss.ejb3.interceptors.container.ContainerMethodInvocationWrapper.invokeNext(ContainerMethodInvocationWrapper.java:62) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76) > at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62) > at sun.reflect.GeneratedMethodAccessor287.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_1291383602.invoke(InvocationContextInterceptor_z_fillMethod_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88) > at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_1291383602.invoke(InvocationContextInterceptor_z_setup_1291383602.java) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66) > at org.jboss.aspects.tx.TxInterceptor$Supports.invoke(TxInterceptor.java:143) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:182) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.core.context.CurrentInvocationContextInterceptor.invoke(CurrentInvocationContextInterceptor.java:47) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86) > at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) > at org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:440) > at org.jboss.ejb3.service.ServiceContainer.invoke(ServiceContainer.java:585) > at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188) > at $Proxy355.Login(Unknown Source) > at org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.Login(GenericApiGWTServiceImpl.java:155) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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:637) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:534) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:662) >Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of: > 'CN=Users,DC=gobiernodecanarias,DC=net' >]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3092) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752) > at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338) > at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321) > at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248) > at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.invoke(SingleContextSource.java:136) > at $Proxy375.search(Unknown Source) > at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:253) > at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:293) > ... 115 more >2012-11-07 12:52:45,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:52:45,478 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,504 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,507 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,510 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,513 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,516 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,518 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,521 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,524 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,526 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,528 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,532 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,535 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,535 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,537 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,540 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,541 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,544 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,546 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,547 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,550 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,554 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,556 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,557 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,559 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,567 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,569 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,571 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,572 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,574 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,576 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,578 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,583 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,585 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,587 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,589 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,591 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,594 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,596 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,597 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,599 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,601 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,602 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,603 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,605 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,607 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,609 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,610 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,615 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,616 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,618 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,619 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,623 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,623 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,625 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,627 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,629 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,630 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,632 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,636 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,637 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,639 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,642 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,643 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,644 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,646 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,648 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,649 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,651 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,655 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,657 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,658 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,659 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,663 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,664 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,665 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,667 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,668 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,670 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,671 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,673 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,674 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,676 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,678 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,680 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,682 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,683 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,684 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,686 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,687 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,693 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,694 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,695 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,698 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,699 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,700 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,702 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,703 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,707 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,709 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,711 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,712 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,714 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,715 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,717 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,718 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,719 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,724 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,726 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,727 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,728 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,730 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,732 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,733 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,735 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,736 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,737 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,739 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,741 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,743 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,746 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,750 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:45,808 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,219 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,229 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,231 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,233 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,234 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,236 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,238 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,240 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,242 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,244 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,246 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,247 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,250 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,251 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,253 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,255 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,257 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,259 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,260 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,266 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,267 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,268 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,270 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,273 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,274 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,276 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,277 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,279 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,281 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,282 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,288 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,290 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,292 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,293 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,296 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,297 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,299 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,301 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,302 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,305 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,306 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,307 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,309 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,313 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,315 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,316 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,318 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,321 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,322 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,324 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,326 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,327 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,330 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,331 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,335 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,336 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,338 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,341 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,342 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,343 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,347 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,347 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,349 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,350 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,354 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,356 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,358 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,359 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,363 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,365 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,366 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,368 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,369 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,371 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,373 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,375 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,376 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,377 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,379 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,381 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,382 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,384 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,386 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,387 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,392 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,393 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,394 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,396 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,397 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,400 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,401 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,403 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,407 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,409 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,410 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,412 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,413 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,415 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,416 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,418 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,419 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,424 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,426 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,427 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,428 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,430 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,432 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,433 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,434 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,436 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,437 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,440 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,441 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-8) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,442 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,446 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,448 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-3) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:47,584 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:52:48,088 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:52:48,088 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:52:48,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:52:48,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:52:48,216 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:52:48,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:52:48,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:52:48,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:52:48,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:52:48,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:52:48,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:52:48,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:52:48,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:52:48,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:52:48,446 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:52:48,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:52:48,446 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:52:48,564 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:52:48,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:52:48,564 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:53:03,186 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-23) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:53:48,565 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:53:48,565 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:53:48,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:53:48,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:53:48,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:53:48,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:53:48,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:53:48,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:53:48,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:53:48,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:53:48,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:53:48,811 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:53:48,927 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:53:48,927 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:53:48,927 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:53:48,927 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:53:48,927 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-7) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:53:49,040 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:53:49,041 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:53:49,041 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-7) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:54:07,965 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-14) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:54:07,967 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-1) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:54:08,184 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:54:08,209 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:54:09,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:09,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:09,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:09,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:09,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:09,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:09,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:09,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:10,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:10,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:10,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:10,649 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:10,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:10,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:10,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:10,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:12,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:12,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:13,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:13,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:13,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:13,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:14,179 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:14,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:14,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:14,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:16,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:16,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:16,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:16,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:17,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:17,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:18,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:18,900 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:18,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:19,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:19,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:19,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:19,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:19,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:19,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:19,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:23,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:23,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:23,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:23,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-25) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-25) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-30) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,254 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-30) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:24,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:24,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,680 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:25,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:25,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:26,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:33,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:33,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:34,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:34,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:34,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:34,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:34,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:34,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:34,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:34,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:36,969 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:36,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:37,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:37,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:37,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:37,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:37,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:37,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:37,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:54:37,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:54:49,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:54:49,042 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:54:49,158 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:54:49,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:54:49,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:54:49,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:54:49,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:54:49,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:54:49,277 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:54:49,277 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:54:49,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:54:49,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:54:49,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:54:49,397 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:54:49,397 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:54:49,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:54:49,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:54:49,503 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:54:49,503 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:54:49,503 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:54:57,604 WARN [org.ovirt.engine.core.bll.GetConfigurationValueQuery] (http-0.0.0.0-8443-19) calling GetConfigurationValueQuery with null version, using default general for version >2012-11-07 12:55:18,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:18,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:24,380 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:24,398 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:24,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:24,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:32,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:32,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:32,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:32,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:32,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:32,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:48,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:55:48,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:55:49,504 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:55:49,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:55:49,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:55:49,615 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:55:49,615 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:55:49,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:55:49,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:55:49,715 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:55:49,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:55:49,716 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:55:49,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:55:49,716 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:55:49,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:55:49,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:55:49,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:55:49,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:55:49,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:55:49,908 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:55:49,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:55:49,908 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:56:09,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:09,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:09,326 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:09,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:10,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:10,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:10,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:10,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:14,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:14,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:14,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:14,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:17,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:17,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:27,690 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:27,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:27,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:27,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:28,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:28,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:28,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:28,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:28,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:28,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:29,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:29,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:29,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:29,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:29,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:29,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:30,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:30,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:40,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:40,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:41,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:41,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:42,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:42,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:42,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:42,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:42,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:42,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:43,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:43,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:43,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:44,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:44,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:44,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:44,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:44,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:44,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:44,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:44,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:44,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:46,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:46,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:49,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:49,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:49,256 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:49,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:49,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:49,466 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:49,909 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:56:49,910 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:56:50,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:56:50,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:56:50,008 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:56:50,008 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:56:50,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:56:50,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:56:50,109 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:56:50,109 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:56:50,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:56:50,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:56:50,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:56:50,204 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:56:50,204 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:56:50,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:56:50,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:56:50,297 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:56:50,297 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:56:50,297 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:56:52,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:52,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:56:52,450 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:56:52,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 12:57:12,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:57:12,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:57:12,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:57:12,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:57:50,298 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:57:50,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:57:50,401 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:57:50,401 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:57:50,401 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:57:50,401 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:57:50,401 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:57:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:57:50,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:57:50,511 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:57:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:57:50,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:57:50,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:57:50,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:57:50,619 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:57:50,619 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:57:50,620 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:57:50,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:57:50,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:57:50,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:58:50,725 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:58:50,725 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:58:50,832 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:58:50,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:58:50,840 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:58:50,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:58:50,840 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:58:50,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:58:50,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:58:50,943 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:58:50,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:58:50,943 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:58:51,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:58:51,044 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:58:51,044 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:58:51,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:58:51,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:58:51,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:58:51,136 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:58:51,136 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 12:59:11,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:12,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:12,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:17,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:17,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:19,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:19,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:19,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:19,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:22,878 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:22,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:22,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:22,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:23,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:23,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:25,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:25,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:25,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:25,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:25,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:25,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:25,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:25,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:25,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:25,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:27,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:27,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:27,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:27,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,383 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,384 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:32,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:32,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:33,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:33,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:34,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:34,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:34,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:34,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:34,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:34,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:34,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:34,940 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:34,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:34,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,187 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:35,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:35,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:37,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:37,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:37,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:37,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:38,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:38,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:39,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:39,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:39,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:39,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,637 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:40,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:40,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:41,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:41,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:41,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:41,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,667 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:42,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:42,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:45,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:45,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:45,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:45,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:45,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 12:59:45,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 12:59:51,137 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 12:59:51,137 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:59:51,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 12:59:51,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:59:51,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 12:59:51,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:59:51,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:59:51,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 12:59:51,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:59:51,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 12:59:51,333 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 12:59:51,333 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:59:51,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 12:59:51,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:59:51,423 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 12:59:51,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 12:59:51,423 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-82) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 12:59:51,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 12:59:51,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 12:59:51,515 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-82) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:00:18,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:18,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:23,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:23,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:25,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:25,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:32,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:32,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:32,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:32,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:33,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:33,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:00:51,516 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:00:51,516 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:00:51,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:00:51,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:00:51,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:00:51,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:00:51,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:00:51,712 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:00:51,712 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:00:51,712 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:00:51,712 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:00:51,712 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:00:51,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:00:51,799 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:00:51,799 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:00:51,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:00:51,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-46) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:00:51,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:00:51,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:00:51,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-46) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:00:52,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:00:52,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:09,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:09,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:10,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:10,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:12,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:12,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:12,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:12,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:13,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:13,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:13,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:13,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:13,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:13,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:27,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:27,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:27,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:27,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:27,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:27,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:27,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:27,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:27,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:27,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:28,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:28,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:28,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:28,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:31,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:31,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:33,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:33,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:33,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:33,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:34,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:34,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:39,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:40,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:40,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,176 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:41,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:41,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:42,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:42,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:43,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:43,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:43,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:43,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:44,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:44,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:44,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:44,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:44,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:44,232 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:46,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:46,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:47,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:47,049 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:47,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:47,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:47,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:47,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:47,359 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:47,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:49,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:49,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:49,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:49,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:49,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:49,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:49,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:49,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:49,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:01:49,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:01:51,887 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:01:51,888 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:01:52,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:01:52,001 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:01:52,001 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:01:52,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:01:52,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:01:52,121 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:01:52,121 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:01:52,121 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:01:52,121 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:01:52,121 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:01:52,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:01:52,235 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:01:52,235 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:01:52,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:01:52,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:01:52,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:01:52,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:01:52,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:02:52,338 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:02:52,338 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:02:52,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:02:52,437 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:02:52,437 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:02:52,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:02:52,437 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:02:52,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:02:52,535 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:02:52,535 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:02:52,535 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:02:52,535 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:02:52,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:02:52,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:02:52,640 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:02:52,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:02:52,640 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-44) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:02:52,745 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:02:52,745 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:02:52,745 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-44) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:03:52,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:03:52,746 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:03:52,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:03:52,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:03:52,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:03:52,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:03:52,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:03:52,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:03:52,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:03:52,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:03:52,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:03:52,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:03:53,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:03:53,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:03:53,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:03:53,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:03:53,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:03:53,193 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:03:53,193 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:03:53,193 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:04:15,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:15,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:15,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:15,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:16,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:16,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:17,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:17,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:18,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:18,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:18,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:18,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:18,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:18,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:18,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:18,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:18,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:18,759 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,378 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:21,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:21,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:25,327 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:25,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:25,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:25,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:25,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:25,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:25,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:25,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:25,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:25,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:34,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:34,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,355 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:35,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:35,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:36,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:36,087 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:37,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:37,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:37,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:37,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:38,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:38,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:41,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:41,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,664 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,685 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,700 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,777 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:42,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:42,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:43,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:43,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:43,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:43,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:43,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:43,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:43,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:43,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:45,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:45,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:45,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:45,617 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:45,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:45,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:47,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:47,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:47,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:47,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:47,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:04:47,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:04:53,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:04:53,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:04:53,302 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:04:53,303 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:04:53,303 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:04:53,303 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:04:53,303 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:04:53,414 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:04:53,414 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:04:53,414 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:04:53,415 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:04:53,415 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:04:53,528 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:04:53,528 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:04:53,528 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:04:53,528 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:04:53,528 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:04:53,649 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:04:53,649 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:04:53,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:05:19,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:19,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:25,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:25,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:25,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:26,009 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:33,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:33,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:34,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:34,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:34,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:34,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:05:53,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:05:53,652 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:05:53,760 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:05:53,760 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:05:53,760 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:05:53,760 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:05:53,760 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:05:53,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:05:53,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:05:53,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:05:53,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:05:53,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:05:53,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:05:53,940 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:05:53,940 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:05:53,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:05:53,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:05:54,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:05:54,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:05:54,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:05:57,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:05:57,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:15,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:15,357 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:15,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:15,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:15,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:15,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:16,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:16,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:16,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:16,945 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:17,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:17,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:17,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:17,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:27,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:27,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:27,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:27,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:27,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:27,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:27,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:27,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:28,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:28,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:30,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:30,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:33,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:33,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:34,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:34,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:35,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:35,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:35,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:35,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:36,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:36,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:39,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:39,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:39,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:39,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:39,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:39,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:40,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,211 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:41,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:41,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:42,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:42,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:48,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:48,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:48,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:48,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:48,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:48,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:49,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:49,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:52,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:52,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:52,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:52,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:52,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:52,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:54,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:06:54,034 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:06:54,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:06:54,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:06:54,136 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:06:54,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:06:54,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:06:54,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:06:54,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:06:54,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:06:54,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:06:54,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:06:54,334 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:06:54,334 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:06:54,334 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:06:54,334 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:06:54,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:06:54,426 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:06:54,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:06:54,426 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:06:54,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:55,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:58,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:58,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:06:58,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:06:58,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:07:54,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:07:54,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:07:54,545 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:07:54,545 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:07:54,545 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:07:54,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:07:54,546 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:07:54,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:07:54,660 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:07:54,660 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:07:54,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:07:54,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:07:54,776 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:07:54,776 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:07:54,777 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:07:54,777 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:07:54,777 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-74) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:07:54,867 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:07:54,867 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:07:54,867 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-74) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:08:54,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:08:54,868 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:08:54,972 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:08:54,972 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:08:54,973 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:08:54,973 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:08:54,973 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:08:55,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:08:55,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:08:55,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:08:55,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:08:55,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:08:55,156 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:08:55,156 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:08:55,156 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:08:55,156 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:08:55,156 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:08:55,254 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:08:55,254 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:08:55,254 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:09:29,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:29,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:29,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:29,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:29,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:29,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:30,075 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:30,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,277 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:36,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:36,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:37,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:37,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:37,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:37,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:40,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:40,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:40,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:40,863 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:41,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:41,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:42,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:42,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:42,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:42,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:42,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:42,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,871 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:43,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:43,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:44,073 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:44,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:44,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:44,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:44,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:44,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:44,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:44,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:44,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:44,471 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:45,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:45,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:46,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:46,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:46,478 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:46,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:46,514 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:46,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:46,569 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:46,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:46,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:46,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:51,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:51,492 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:51,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:51,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:51,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:51,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:51,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:51,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:51,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:51,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,671 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:52,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:52,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:55,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:55,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:55,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:55,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:55,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:09:55,255 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:09:55,357 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:09:55,358 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:09:55,358 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:09:55,358 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:09:55,358 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:09:55,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:09:55,461 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:09:55,461 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:09:55,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:09:55,461 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:09:55,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:09:55,558 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:09:55,558 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:09:55,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:09:55,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:09:55,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:09:55,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:09:55,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:09:56,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:56,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:56,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:56,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:09:57,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:09:57,212 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:22,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:22,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:27,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:28,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:30,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:30,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:34,975 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:34,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:35,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:35,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:35,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:35,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:10:55,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:10:55,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:10:55,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:10:55,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:10:55,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:10:55,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:10:55,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:10:55,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:10:55,846 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:10:55,846 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:10:55,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:10:55,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:10:55,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:10:55,937 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:10:55,937 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:10:55,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:10:55,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:10:56,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:10:56,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:10:56,045 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:10:57,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:10:57,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:19,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:19,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:19,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:19,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:19,687 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:19,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:19,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:19,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:19,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:19,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:20,247 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:20,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:21,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:21,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:31,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:31,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:31,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:31,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:31,478 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:31,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:31,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:31,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:32,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:32,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:35,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:35,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:35,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:35,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:39,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:39,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:39,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:39,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:39,625 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:39,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:40,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:40,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:41,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:41,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:42,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:42,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:43,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:43,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:43,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:43,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:43,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:44,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:44,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:44,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:44,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:44,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:45,397 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:45,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:45,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:45,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:45,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:45,777 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:45,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:45,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:46,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:46,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:48,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:48,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:48,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:48,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:49,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:49,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:49,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:49,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:49,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:49,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:51,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:52,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:52,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:52,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:52,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:52,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:52,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:52,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:52,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:52,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:53,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:53,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:53,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:53,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:54,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:54,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:54,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:54,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:54,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:54,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:54,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:54,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:11:56,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:11:56,046 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:11:56,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:11:56,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:11:56,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:11:56,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:11:56,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:11:56,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:11:56,266 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:11:56,266 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:11:56,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:11:56,266 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:11:56,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:11:56,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:11:56,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:11:56,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:11:56,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:11:56,457 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:11:56,457 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:11:56,457 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:11:57,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:11:57,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:12:56,459 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:12:56,459 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:12:56,558 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:12:56,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:12:56,559 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:12:56,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:12:56,559 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:12:56,666 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:12:56,666 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:12:56,666 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:12:56,666 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:12:56,666 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:12:56,768 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:12:56,769 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:12:56,769 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:12:56,769 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:12:56,769 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:12:56,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:12:56,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:12:56,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:13:56,861 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:13:56,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:13:56,970 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:13:56,970 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:13:56,970 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:13:56,970 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:13:56,970 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:13:57,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:13:57,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:13:57,072 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:13:57,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:13:57,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:13:57,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:13:57,167 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:13:57,167 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:13:57,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:13:57,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:13:57,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:13:57,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:13:57,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:14:35,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:35,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:35,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:35,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:35,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:35,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:35,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:35,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:35,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:35,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:36,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:36,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:38,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:38,582 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:38,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:38,665 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:38,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:38,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:44,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:44,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:44,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:44,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:45,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:45,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:45,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:45,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:45,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:45,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:47,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:47,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:47,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:47,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,642 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,648 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,662 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,698 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:52,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:52,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,060 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,440 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:53,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:53,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:54,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:54,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:54,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:54,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:55,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:55,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:55,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:55,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:55,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:55,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:55,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:55,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:56,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:56,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:56,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:56,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,261 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:14:57,261 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:14:57,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:14:57,383 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:14:57,383 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:14:57,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:14:57,383 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:14:57,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:14:57,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:14:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:14:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:14:57,499 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:14:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:14:57,499 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:14:57,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:14:57,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:14:57,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:14:57,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:14:57,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-61) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:14:57,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:14:57,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:14:57,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-61) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:15:01,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:01,441 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:01,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:01,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:01,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:01,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:01,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,612 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:02,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:02,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:03,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:03,602 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:03,691 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:03,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:03,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:03,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:03,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:03,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:04,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:04,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:04,790 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:04,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:08,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:08,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:08,936 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:08,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:09,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:09,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:33,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:34,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:41,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:41,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:41,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:41,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:50,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:50,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:50,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:50,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:51,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:15:51,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:15:57,725 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:15:57,725 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:15:57,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:15:57,828 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:15:57,828 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:15:57,828 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:15:57,829 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:15:57,939 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:15:57,939 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:15:57,939 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:15:57,939 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:15:57,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:15:58,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:15:58,044 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:15:58,044 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:15:58,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:15:58,044 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-28) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:15:58,135 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:15:58,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:15:58,135 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-28) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:16:13,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:13,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:33,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:33,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:33,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:33,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:33,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:33,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:33,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:33,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:33,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:33,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:36,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:36,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:36,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:36,230 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:42,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:42,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:42,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:42,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:44,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:44,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:44,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:44,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:44,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:44,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:44,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:44,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:44,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:44,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:48,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:48,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:50,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:50,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:50,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:50,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:51,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:51,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:52,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:52,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:52,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:52,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:52,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:52,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:52,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:52,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:53,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:53,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:53,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:53,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:53,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:53,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:53,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:53,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:54,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:54,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:57,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:57,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:57,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:57,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:57,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:57,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:57,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:57,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:58,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:16:58,136 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:16:58,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:16:58,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:16:58,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:16:58,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:16:58,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:16:58,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:16:58,362 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:16:58,362 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:16:58,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:16:58,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:16:58,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:58,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:58,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:58,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:58,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:16:58,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:16:58,470 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:16:58,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:16:58,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:16:58,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:58,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:16:58,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:58,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:16:58,584 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:16:58,585 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:16:58,585 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:17:00,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:00,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,645 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:00,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:00,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:00,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:00,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:00,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:01,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:01,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:04,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:04,026 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:04,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:04,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:04,298 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:04,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:04,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:04,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:04,650 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:17:04,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:17:58,586 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:17:58,586 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:17:58,695 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:17:58,695 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:17:58,696 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:17:58,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:17:58,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:17:58,814 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:17:58,814 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:17:58,814 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:17:58,814 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:17:58,814 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:17:58,925 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:17:58,925 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:17:58,926 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:17:58,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:17:58,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:17:59,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:17:59,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:17:59,034 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:18:59,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:18:59,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:18:59,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:18:59,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:18:59,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:18:59,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:18:59,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:18:59,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:18:59,240 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:18:59,240 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:18:59,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:18:59,240 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:18:59,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:18:59,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:18:59,332 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:18:59,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:18:59,332 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:18:59,427 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:18:59,427 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:18:59,427 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:19:42,499 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:42,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:42,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:42,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:42,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:42,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:43,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:43,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:44,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:44,674 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:44,747 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:44,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:44,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:44,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:44,865 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:44,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:45,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:45,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,158 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,730 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:48,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:48,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:49,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:49,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:51,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:51,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:51,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:51,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:51,618 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:51,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:51,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:51,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:51,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:51,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,717 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,739 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,841 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,901 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:53,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:53,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,502 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:54,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:54,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:56,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:56,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:56,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:56,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:57,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:57,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:58,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:58,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:58,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:19:59,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:19:59,428 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:19:59,428 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:19:59,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:19:59,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:19:59,519 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:19:59,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:19:59,519 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:19:59,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:19:59,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:19:59,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:19:59,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:19:59,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:19:59,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:19:59,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:19:59,724 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:19:59,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:19:59,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:19:59,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:19:59,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:19:59,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:20:03,290 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,505 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:03,854 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:03,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:04,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:04,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:06,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:06,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:06,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:06,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:06,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:06,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:07,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:07,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:07,700 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:07,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:07,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:07,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:07,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:07,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:09,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:09,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:09,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:09,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:09,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:09,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:12,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:12,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:12,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:12,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:34,779 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:34,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:42,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:42,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:42,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:42,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:50,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:50,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:50,859 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:50,879 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:50,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:20:50,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:20:59,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:20:59,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:20:59,931 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:20:59,932 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:20:59,932 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:20:59,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:20:59,932 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:21:00,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:21:00,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:21:00,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:21:00,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:21:00,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:21:00,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:21:00,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:21:00,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:21:00,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:21:00,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-71) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:21:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:21:00,249 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:21:00,249 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-71) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:21:15,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:15,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:35,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:35,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:35,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:35,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:35,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:35,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:38,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:38,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:38,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:38,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:38,831 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:38,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:38,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:38,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:47,638 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:47,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:47,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:47,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:47,735 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:47,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:47,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:47,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:47,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:47,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:50,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:50,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:21:50,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:21:50,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:00,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:00,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:22:00,249 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:22:00,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:22:00,363 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:22:00,364 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:22:00,364 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:22:00,364 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:22:00,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:22:00,460 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:22:00,460 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:22:00,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:22:00,460 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:22:00,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:22:00,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:22:00,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:22:00,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:22:00,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:22:00,660 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:22:00,660 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:22:00,661 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:22:00,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:00,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:00,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:00,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:00,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:00,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:01,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:01,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:01,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:01,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:01,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:01,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:01,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:01,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:01,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:01,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:02,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:02,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:02,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:02,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:02,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:02,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:03,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:03,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,692 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:04,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:04,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:05,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:05,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:06,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:06,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:06,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:06,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:07,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:07,019 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:08,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:08,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:09,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:09,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:09,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:09,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:09,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:09,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:15,787 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-75) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 13:22:21,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:21,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:21,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:21,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:21,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:21,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:21,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:21,679 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:22:21,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:22:21,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:23:00,662 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:23:00,662 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:23:00,766 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:23:00,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:23:00,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:23:00,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:23:00,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:23:00,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:23:00,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:23:00,875 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:23:00,875 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:23:00,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:23:00,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:23:00,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:23:00,976 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:23:00,976 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:23:00,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-78) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:23:01,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:23:01,092 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:23:01,093 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-78) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:24:01,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:24:01,093 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:24:01,211 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:24:01,211 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:24:01,211 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:24:01,211 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:24:01,212 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:24:01,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:24:01,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:24:01,310 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:24:01,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:24:01,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:24:01,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:24:01,397 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:24:01,397 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:24:01,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:24:01,397 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:24:01,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:24:01,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:24:01,485 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:24:57,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:24:57,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:24:58,943 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:24:58,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:24:59,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:24:59,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:24:59,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:24:59,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:24:59,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,004 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:00,079 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:00,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:00,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:00,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:00,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:00,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:01,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:01,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:01,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:25:01,485 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:25:01,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:25:01,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:25:01,600 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:25:01,600 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:25:01,601 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:25:01,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:25:01,704 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:25:01,704 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:25:01,704 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:25:01,705 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:25:01,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:25:01,807 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:25:01,807 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:25:01,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:25:01,807 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:25:01,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:25:01,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:25:01,903 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:25:03,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:03,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:03,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:03,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:03,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:03,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:04,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:04,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:04,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:04,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:09,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:09,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:09,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:09,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:11,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:11,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:11,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:11,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:12,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:12,152 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:14,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:14,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:14,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:14,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:14,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:15,449 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:15,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,723 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,794 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,874 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:16,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:16,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,052 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:17,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:17,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:17,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:17,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:17,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:17,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:18,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:19,944 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:19,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:20,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:20,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:20,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:20,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,221 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,348 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:26,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:26,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:27,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:27,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:27,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:27,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:27,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:27,315 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:27,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:27,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:27,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:27,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:29,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:29,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:29,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:29,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:29,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:30,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:30,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:30,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:30,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:30,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:30,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:30,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:31,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:31,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:31,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:31,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:31,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:31,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:25:55,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:25:55,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:01,905 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:26:01,905 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:26:02,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:26:02,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:26:02,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:26:02,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:26:02,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:26:02,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:26:02,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:26:02,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:26:02,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:26:02,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:26:02,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:26:02,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:26:02,201 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:26:02,201 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:26:02,201 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:26:02,293 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:26:02,293 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:26:02,294 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:26:04,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:04,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:04,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:04,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:11,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:11,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:11,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:11,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:11,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:11,620 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:36,592 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:36,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:51,384 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:51,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:51,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:51,880 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:53,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:53,643 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:53,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:53,884 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:54,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:54,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:54,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:54,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:26:54,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:26:54,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:02,295 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:27:02,295 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:27:02,408 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:27:02,409 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:27:02,409 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:27:02,409 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:27:02,409 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:27:02,517 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:27:02,517 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:27:02,517 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:27:02,517 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:27:02,517 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:27:02,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:27:02,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:27:02,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:27:02,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:27:02,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:27:02,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:27:02,727 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:27:02,727 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:27:03,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:04,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:04,054 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:04,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:04,126 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:04,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:04,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:04,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:04,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:04,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:05,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:05,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:05,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:05,786 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:08,701 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: cf2be7f >2012-11-07 13:27:08,702 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-44) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 14b88a7d >2012-11-07 13:27:08,702 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-38) FINISH, IsValidVDSCommand, return: true, log id: cf2be7f >2012-11-07 13:27:08,703 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-44) FINISH, IsValidVDSCommand, return: true, log id: 14b88a7d >2012-11-07 13:27:08,703 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-38) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 7bf0bc4a >2012-11-07 13:27:08,704 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-44) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 79d9ddd7 >2012-11-07 13:27:08,790 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-38) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 7bf0bc4a >2012-11-07 13:27:08,792 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-44) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 7f20d628 >2012-11-07 13:27:08,793 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-38) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 13:27:08,848 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-44) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 7f20d628 >2012-11-07 13:27:08,848 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-44) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 79d9ddd7 >2012-11-07 13:27:08,859 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-44) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 13:27:12,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:12,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:13,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:13,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:13,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:13,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:13,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:13,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:14,147 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:14,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:14,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:14,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:14,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:14,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:14,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:14,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:16,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:16,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:17,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:17,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:17,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:17,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:17,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:17,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:17,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:17,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:20,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:20,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:20,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:20,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:20,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:20,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:20,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:20,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:20,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:20,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:21,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:21,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:21,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:21,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:21,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:21,593 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:21,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:21,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:21,820 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:21,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:22,785 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:22,803 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:23,493 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:23,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:23,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:23,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:23,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:23,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:26,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:26,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:26,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:26,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:26,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:26,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:29,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:29,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:30,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:30,125 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:27:30,200 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:27:30,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:28:02,729 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:28:02,729 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:28:02,831 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:28:02,831 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:28:02,831 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:28:02,831 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:28:02,832 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:28:02,936 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:28:02,936 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:28:02,936 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:28:02,936 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:28:02,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:28:03,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:28:03,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:28:03,038 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:28:03,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:28:03,038 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-58) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:28:03,130 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:28:03,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:28:03,130 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-58) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:29:03,131 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:29:03,131 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:29:03,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:29:03,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:29:03,236 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:29:03,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:29:03,236 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:29:03,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:29:03,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:29:03,330 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:29:03,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:29:03,330 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:29:03,428 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:29:03,428 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:29:03,428 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:29:03,428 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:29:03,428 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:29:03,526 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:29:03,526 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:29:03,526 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:29:56,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:56,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:57,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:57,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:57,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:57,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:58,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:58,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:59,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:59,739 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:59,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:59,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:29:59,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:29:59,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:00,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:00,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:00,297 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:00,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:02,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:02,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:03,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:03,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:03,252 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:03,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:03,528 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:30:03,528 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:30:03,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:30:03,632 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:30:03,632 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:30:03,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:30:03,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:30:03,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:03,734 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:30:03,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:30:03,735 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:30:03,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:30:03,735 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:30:03,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:03,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:03,833 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:03,850 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:30:03,850 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:30:03,850 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:30:03,850 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:30:03,851 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:30:03,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:30:03,961 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:30:03,961 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:30:07,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:07,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:07,341 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:07,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:07,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:07,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:09,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:09,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:09,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:09,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:11,677 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:11,695 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:11,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:11,799 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,346 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,559 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:14,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:14,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:15,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:15,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,477 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:16,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:16,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:19,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:19,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:19,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:19,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:19,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:19,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:20,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:20,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:20,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:20,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:20,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:20,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:20,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:20,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:20,988 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:20,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:23,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:23,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:23,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:23,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:23,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:23,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:26,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:26,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:26,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:26,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:26,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:26,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:26,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:26,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:26,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:26,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:27,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:27,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:27,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:27,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:27,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:27,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:27,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:27,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:27,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:27,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:29,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:29,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:29,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:29,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:29,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:29,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:29,630 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:29,631 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:29,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:29,897 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:30,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:30,472 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:30,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:30,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:30,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:30,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:30,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:30,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:31,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:32,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:32,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:32,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:32,338 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:32,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:32,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:32,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:30:32,673 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:30:32,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:01,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:01,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:03,962 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:31:03,963 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:31:04,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:31:04,065 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:31:04,065 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:31:04,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:31:04,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:31:04,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:31:04,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:31:04,166 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:31:04,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:31:04,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:31:04,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:31:04,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:31:04,274 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:31:04,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:31:04,274 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:31:04,369 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:31:04,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:31:04,369 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:31:09,113 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:09,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:09,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:09,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:15,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:15,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:16,572 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:16,663 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:16,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:16,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:31:40,989 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:31:41,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:02,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:02,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:02,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:02,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:03,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:03,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:03,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:03,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:04,370 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:32:04,371 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:32:04,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:32:04,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:32:04,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:32:04,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:32:04,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:32:04,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:32:04,569 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:32:04,569 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:32:04,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:32:04,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:32:04,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:32:04,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:32:04,659 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:32:04,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:32:04,659 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-2) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:32:04,766 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:32:04,766 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:32:04,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-2) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:32:05,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:05,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:05,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:05,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:11,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:11,098 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:14,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:14,189 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:14,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:14,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:15,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:15,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:15,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:15,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:15,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:15,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:15,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:15,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:16,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:16,187 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:19,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:19,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:19,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:19,201 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:19,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:19,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:19,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:19,529 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,442 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,782 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:23,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:23,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:24,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:24,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,464 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,473 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,563 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,679 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,687 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:26,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:26,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:27,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:27,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:30,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:30,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:30,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:30,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:30,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:30,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:31,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:31,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:31,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:31,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:32,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:32,478 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:33,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:33,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:34,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:34,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:34,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:34,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:34,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:34,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:35,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:35,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:32:35,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:32:35,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:33:04,768 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:33:04,768 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:33:04,872 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:33:04,872 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:33:04,873 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:33:04,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:33:04,873 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:33:04,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:33:04,978 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:33:04,978 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:33:04,978 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:33:04,979 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:33:05,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:33:05,074 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:33:05,074 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:33:05,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:33:05,074 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-9) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:33:05,164 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:33:05,164 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:33:05,165 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-9) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:34:05,166 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:34:05,167 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:34:05,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:34:05,290 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:34:05,290 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:34:05,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:34:05,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:34:05,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:34:05,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:34:05,433 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:34:05,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:34:05,433 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:34:05,547 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:34:05,547 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:34:05,548 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:34:05,548 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:34:05,548 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:34:05,644 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:34:05,644 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:34:05,644 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:35:05,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:35:05,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:35:05,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:35:05,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:35:05,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:35:05,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:35:05,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:35:05,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:35:05,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:35:05,854 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:35:05,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:35:05,854 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:35:05,968 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:35:05,969 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:35:05,969 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:35:05,969 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:35:05,969 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:35:06,070 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:35:06,070 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:35:06,070 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:35:08,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:08,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:08,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:08,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:08,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:08,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,460 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,891 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:10,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:10,987 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:16,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:16,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:16,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:16,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:16,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:16,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:16,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:16,639 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:16,888 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:16,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,051 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:17,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:17,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:18,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:18,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:22,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:22,902 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:22,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:22,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:22,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:22,965 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:22,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:22,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:22,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:23,977 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:23,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,106 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:24,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:24,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:25,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:25,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:25,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:25,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:25,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:25,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:25,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:25,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:25,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:25,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:26,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:26,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:26,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:26,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:26,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:26,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:28,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:28,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:28,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:28,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:28,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:28,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:31,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:31,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:31,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:31,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:32,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:32,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,428 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,536 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,686 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,903 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:33,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:33,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:34,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:34,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:34,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:34,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:34,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:34,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:36,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:36,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:36,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:36,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:36,370 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:36,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:36,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:36,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:36,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:36,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:41,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:41,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:41,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:41,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:35:41,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:35:41,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:00,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:00,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:06,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:36:06,072 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:36:06,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:36:06,176 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:36:06,176 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:36:06,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:36:06,176 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:36:06,279 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:36:06,279 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:36:06,280 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:36:06,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:36:06,280 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:36:06,378 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:36:06,378 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:36:06,378 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:36:06,378 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:36:06,378 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:36:06,469 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:36:06,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:36:06,469 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:36:09,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:09,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:09,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:09,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:15,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:15,743 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:15,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:15,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:16,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:16,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:36:41,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:36:41,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:01,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:02,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:02,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:02,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:02,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:02,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:03,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:03,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:04,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:04,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:05,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:05,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:06,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:37:06,470 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:37:06,571 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:37:06,571 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:37:06,571 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:37:06,572 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:37:06,572 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:37:06,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:37:06,677 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:37:06,677 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:37:06,677 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:37:06,677 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:37:06,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:37:06,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:37:06,767 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:37:06,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:37:06,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:37:06,857 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:37:06,857 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:37:06,857 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:37:12,665 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:12,701 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:19,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:19,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:19,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:19,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:19,683 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:19,705 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:19,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:19,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:20,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:20,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:21,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:21,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:22,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:22,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:22,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:22,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:22,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:22,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:22,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:22,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:22,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:22,503 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:26,889 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:26,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,463 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,525 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:28,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:28,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:29,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:29,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:29,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:29,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:29,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:29,666 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:29,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:29,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:31,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:31,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:31,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:31,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:31,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:31,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:31,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:31,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:39,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:39,376 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:40,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:40,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:40,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:40,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:41,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:41,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:42,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:42,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:42,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:42,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:42,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:42,678 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:49,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:49,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:37:49,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:37:50,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:38:06,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:38:06,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:38:06,959 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:38:06,959 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:38:06,959 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:38:06,959 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:38:06,959 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:38:07,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:38:07,062 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:38:07,062 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:38:07,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:38:07,062 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:38:07,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:38:07,151 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:38:07,152 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:38:07,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:38:07,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-14) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:38:07,244 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:38:07,244 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:38:07,244 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-14) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:39:07,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:39:07,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:39:07,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:39:07,354 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:39:07,354 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:39:07,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:39:07,354 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:39:07,453 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:39:07,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:39:07,453 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:39:07,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:39:07,454 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:39:07,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:39:07,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:39:07,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:39:07,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:39:07,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:39:07,654 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:39:07,654 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:39:07,654 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:40:07,655 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:40:07,655 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:40:07,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:40:07,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:40:07,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:40:07,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:40:07,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:40:07,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:40:07,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:40:07,885 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:40:07,885 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:40:07,886 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:40:07,993 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:40:07,993 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:40:07,993 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:40:07,993 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:40:07,993 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-34) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:40:08,096 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:40:08,096 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:40:08,096 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-34) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:40:12,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:12,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:12,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:12,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:12,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:12,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:12,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:12,981 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:13,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:13,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:13,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:13,196 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:17,886 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:17,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:17,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:18,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:18,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:18,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:19,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:20,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:20,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:20,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:20,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:20,347 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:25,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:25,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:26,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:26,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:28,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:28,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:28,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:28,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:28,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:28,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:28,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:28,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:28,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:28,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,075 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,792 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:29,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:29,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,162 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,288 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,545 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,659 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:30,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:30,888 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:31,766 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:31,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:33,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:33,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:33,340 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:33,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:33,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:33,580 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:38,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:38,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:38,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:38,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:38,978 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:38,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:39,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:39,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,195 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:40,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:40,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:44,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:44,803 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:44,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:44,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:44,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:44,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:44,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:44,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:44,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:44,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:45,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:45,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:45,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:45,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,063 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,111 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,168 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,170 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:46,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:46,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:53,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:53,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:53,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:53,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:40:53,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:40:53,730 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:08,097 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:41:08,098 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:41:08,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:41:08,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:41:08,200 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:41:08,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:41:08,201 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:41:08,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:41:08,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:41:08,304 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:41:08,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:41:08,305 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:41:08,410 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:41:08,411 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:41:08,411 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:41:08,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:41:08,411 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-89) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:41:08,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:41:08,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:41:08,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-89) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:41:10,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:10,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:20,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:20,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:20,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:20,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:26,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:26,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:26,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:26,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:33,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:33,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:41:53,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:41:53,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:08,510 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:42:08,511 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:42:08,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:42:08,615 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:42:08,616 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:42:08,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:42:08,616 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:42:08,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:42:08,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:42:08,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:42:08,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:42:08,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:42:08,806 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:42:08,806 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:42:08,806 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:42:08,806 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:42:08,806 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:42:08,892 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:42:08,892 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:42:08,892 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:42:16,307 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:16,346 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:16,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:16,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:16,497 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,520 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:16,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:16,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:21,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:21,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:29,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:29,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:29,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:29,375 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:30,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:30,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:30,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:30,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:30,568 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:30,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,404 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,555 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,558 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:34,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:34,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:36,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:36,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:37,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:37,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:37,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:37,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:39,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:39,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:40,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:40,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:41,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:41,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:41,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:41,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:41,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:41,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:41,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:41,260 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:41,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:41,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:42,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:42,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:42,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:42,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:42,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:42,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:42,316 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:42,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:42,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:42,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:43,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:43,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:44,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:44,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:44,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:44,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:45,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:45,736 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:45,848 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:45,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:46,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:46,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:48,763 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:48,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:42:48,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:42:48,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:43:08,894 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:43:08,894 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:43:08,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:43:08,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:43:08,994 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:43:08,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:43:08,994 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:43:09,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:43:09,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:43:09,094 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:43:09,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:43:09,094 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:43:09,199 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:43:09,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:43:09,199 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:43:09,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:43:09,200 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:43:09,302 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:43:09,303 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:43:09,303 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:44:09,304 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:44:09,305 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:44:09,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:44:09,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:44:09,405 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:44:09,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:44:09,405 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:44:09,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:44:09,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:44:09,520 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:44:09,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:44:09,520 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:44:09,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:44:09,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:44:09,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:44:09,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:44:09,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-63) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:44:09,725 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:44:09,725 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:44:09,725 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-63) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:45:09,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:45:09,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:45:09,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:45:09,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:45:09,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:45:09,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:45:09,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:45:09,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:45:09,940 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:45:09,940 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:45:09,940 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:45:09,941 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:45:10,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:45:10,048 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:45:10,048 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:45:10,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:45:10,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:45:10,150 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:45:10,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:45:10,150 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:45:21,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:21,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:25,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:25,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:25,380 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:25,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:25,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:25,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:25,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:25,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:26,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:26,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:28,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:28,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:28,632 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:28,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:28,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:28,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:30,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:30,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:30,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:30,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:30,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:30,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:33,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:33,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,517 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,713 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:34,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:34,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,409 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,697 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,742 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:35,968 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:35,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:36,716 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:36,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:36,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:36,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:37,059 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:37,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:37,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:37,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:37,280 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:37,299 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:37,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:37,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:37,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:37,458 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:42,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:42,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:42,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:42,293 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:42,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:42,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:42,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:42,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:42,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:42,522 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,919 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,956 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:44,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:44,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:45,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:45,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:45,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:45,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:45,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:45,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:45,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:46,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:46,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:47,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:47,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,787 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,873 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,891 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:50,979 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:50,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:51,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:51,226 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:53,940 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:53,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:54,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:54,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:54,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:54,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:55,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:55,558 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:55,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:55,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:45:55,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:45:55,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:10,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:46:10,151 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:46:10,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:46:10,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:46:10,257 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:46:10,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:46:10,257 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:46:10,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:46:10,362 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:46:10,362 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:46:10,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:46:10,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:46:10,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:46:10,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:46:10,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:46:10,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:46:10,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-62) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:46:10,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:10,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:10,568 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:46:10,568 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:46:10,568 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-62) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:46:20,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:20,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:20,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:20,732 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:27,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:27,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:27,206 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:27,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:33,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:33,489 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:46:54,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:46:54,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:10,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:47:10,569 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:47:10,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:47:10,680 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:47:10,680 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:47:10,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:47:10,680 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:47:10,795 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:47:10,795 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:47:10,795 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:47:10,795 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:47:10,795 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:47:10,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:47:10,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:47:10,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:47:10,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:47:10,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:47:10,991 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:47:10,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:47:10,991 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:47:16,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:16,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:21,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:21,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:21,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:21,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:21,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:21,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:21,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:21,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:21,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:21,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:23,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:23,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:29,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:29,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:29,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:29,827 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:39,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,539 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:39,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:39,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:39,825 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:39,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:39,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:40,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:40,049 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:40,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:40,167 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:40,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:40,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:40,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:46,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:46,789 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:46,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:46,902 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:46,918 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:46,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:46,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,005 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,511 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,678 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:47,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:47,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:48,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:48,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:48,496 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:48,504 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:48,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:48,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:49,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:49,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:50,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:50,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:50,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:50,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:50,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:50,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:50,881 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:50,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:50,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:50,929 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:53,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:53,662 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:53,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:53,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:53,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:53,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:54,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:54,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:54,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:54,756 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:54,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:54,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:47:55,101 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:47:55,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:48:01,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:48:01,214 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:48:01,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:48:01,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:48:10,989 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:48:10,990 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:48:11,089 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:48:11,089 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:48:11,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:48:11,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:48:11,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:48:11,196 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:48:11,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:48:11,197 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:48:11,197 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:48:11,197 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:48:11,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:48:11,294 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:48:11,294 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:48:11,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:48:11,294 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:48:11,390 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:48:11,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:48:11,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:49:11,391 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:49:11,392 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:49:11,497 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:49:11,497 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:49:11,497 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:49:11,497 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:49:11,497 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:49:11,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:49:11,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:49:11,651 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:49:11,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:49:11,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:49:11,755 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:49:11,755 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:49:11,755 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:49:11,755 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:49:11,755 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-32) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:49:11,874 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:49:11,874 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:49:11,874 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-32) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:50:11,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:50:11,876 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:50:11,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:50:11,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:50:11,986 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:50:11,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:50:11,986 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:50:12,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:50:12,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:50:12,090 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:50:12,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:50:12,090 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:50:12,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:50:12,182 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:50:12,182 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:50:12,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:50:12,182 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:50:12,276 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:50:12,276 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:50:12,276 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:50:28,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:28,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:28,986 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:28,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:29,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:29,246 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:30,967 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:30,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:31,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:31,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:31,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:31,760 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:31,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:31,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:32,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:32,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:32,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:32,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,442 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,515 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:39,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:39,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,014 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,125 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,200 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,420 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,675 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,693 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,726 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,727 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,783 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,791 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,798 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:40,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:40,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,011 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,026 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,351 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,369 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:41,922 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:41,931 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:49,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:49,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:49,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:49,822 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:49,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:49,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:49,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:49,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:50,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:50,128 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:51,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:51,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:51,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:51,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:51,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:51,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:51,862 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:51,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:51,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:51,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:52,705 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:52,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:52,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:52,724 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:52,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:52,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:52,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:52,812 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:53,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:53,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:53,971 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:53,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:53,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:53,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,013 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,724 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:54,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:54,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:56,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:56,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:56,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:56,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:57,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:57,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:57,136 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:57,146 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:50:57,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:50:57,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:03,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:03,150 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:03,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:03,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:03,461 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:03,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:12,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:51:12,278 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:51:12,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:51:12,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:51:12,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:51:12,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:51:12,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:51:12,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:51:12,491 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:51:12,491 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:51:12,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:51:12,491 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:51:12,590 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:51:12,590 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:51:12,590 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:51:12,591 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:51:12,591 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:51:12,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:51:12,689 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:51:12,689 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:51:16,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:16,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:21,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:21,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:22,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:22,573 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:31,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:31,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:31,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:31,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:34,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:34,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:51:54,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:51:54,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:07,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:07,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:12,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:52:12,689 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:52:12,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:52:12,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:52:12,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:52:12,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:52:12,788 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:52:12,893 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:52:12,893 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:52:12,893 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:52:12,893 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:52:12,893 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:52:12,987 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:52:12,987 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:52:12,987 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:52:12,987 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:52:12,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-75) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:52:13,081 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:52:13,081 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:52:13,082 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-75) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:52:20,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:20,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:21,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:21,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:22,129 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:22,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:22,826 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:22,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:23,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:23,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:23,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:23,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:25,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:25,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:31,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:31,228 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:31,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:31,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:41,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:41,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:41,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:41,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:41,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:41,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:41,997 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:41,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:42,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:42,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:42,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:42,304 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:43,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:43,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:43,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:43,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:43,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:43,584 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,172 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,444 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,711 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,731 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:49,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:49,837 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:50,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:50,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:50,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:50,288 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:50,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:50,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:51,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:51,839 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:52,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:52,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:57,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:57,713 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:57,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:57,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:52:58,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:52:58,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:00,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:00,523 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:00,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:00,614 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:00,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:00,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:02,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:02,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:05,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:05,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:05,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:05,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:10,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:53:10,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:53:13,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:53:13,084 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:53:13,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:53:13,189 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:53:13,189 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:53:13,189 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:53:13,190 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:53:13,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:53:13,290 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:53:13,290 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:53:13,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:53:13,290 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:53:13,381 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:53:13,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:53:13,382 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:53:13,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:53:13,382 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-48) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:53:13,486 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:53:13,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:53:13,486 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-48) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:54:13,488 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:54:13,488 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:54:13,593 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:54:13,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:54:13,622 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:54:13,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:54:13,622 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:54:13,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:54:13,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:54:13,722 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:54:13,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:54:13,722 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:54:13,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:54:13,821 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:54:13,821 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:54:13,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:54:13,821 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:54:13,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:54:13,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:54:13,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:55:13,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:55:13,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:55:14,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:55:14,023 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:55:14,023 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:55:14,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:55:14,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:55:14,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:55:14,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:55:14,123 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:55:14,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:55:14,123 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:55:14,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:55:14,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:55:14,215 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:55:14,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:55:14,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-55) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:55:14,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:55:14,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:55:14,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-55) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:55:34,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:34,787 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:34,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:34,807 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:34,901 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:34,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:35,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:35,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:41,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:41,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:41,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:41,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:41,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:41,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:41,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:41,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:41,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:41,544 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,342 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,362 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,722 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:48,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:48,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:49,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:49,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:51,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:51,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:51,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:51,717 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:51,805 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:51,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:51,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:51,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:52,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:52,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:56,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:56,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:56,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:56,824 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:56,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:56,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:56,880 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:56,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:56,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:56,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,427 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,857 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:57,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:57,964 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:58,183 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:58,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:59,909 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:59,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:55:59,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:55:59,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,139 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,245 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,344 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,352 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:00,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:00,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:05,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:05,642 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:05,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:05,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,354 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,364 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:06,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:06,930 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:07,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:07,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:07,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:07,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:07,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:07,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:07,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:07,177 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:07,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:07,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:08,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:08,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:08,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:08,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:08,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:08,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:09,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:09,963 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:10,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:10,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:10,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:10,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:10,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:10,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:14,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:14,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:14,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:56:14,310 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:56:14,320 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:14,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:14,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:56:14,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:56:14,432 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:56:14,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:56:14,432 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:56:14,541 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:56:14,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:56:14,542 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:56:14,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:56:14,542 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:56:14,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:56:14,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:56:14,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:56:14,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:56:14,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:56:14,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:56:14,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:56:14,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:56:14,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:14,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:14,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:14,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:15,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:15,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:16,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:16,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:16,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:16,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:16,403 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:16,412 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:37,995 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:38,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:40,366 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:40,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:43,047 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:43,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:49,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:49,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:49,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:49,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:56:56,068 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:56:56,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:14,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:57:14,749 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:57:14,858 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:57:14,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:57:14,859 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:57:14,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:57:14,859 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:57:14,960 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:57:14,960 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:57:14,961 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:57:14,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:57:14,961 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:57:15,047 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:57:15,047 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:57:15,047 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:57:15,047 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:57:15,047 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-86) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:57:15,138 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:57:15,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:57:15,138 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-86) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:57:15,736 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:15,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:31,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:31,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:34,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:34,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:34,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:34,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:36,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:36,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:37,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:37,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:37,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:37,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:41,895 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:41,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:41,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:42,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,188 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:48,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:48,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:50,608 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:50,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:50,706 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:50,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:50,962 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:50,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:50,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:50,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:53,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:53,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:53,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:53,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:54,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:54,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:54,501 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:54,521 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:54,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:54,745 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:54,797 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:54,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:55,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:55,131 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:55,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:55,195 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:55,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:55,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:55,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:55,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:55,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:55,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:56,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:56,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:57,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:57,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:57,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:57,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:57,381 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:57,389 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:57,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:57,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:58,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:58,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:58,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:58,421 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:58,681 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:58,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:57:59,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:57:59,978 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:00,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:00,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:00,328 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:00,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:03,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:03,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:03,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:03,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:03,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:03,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:03,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:03,593 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:03,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:03,851 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:08,996 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:09,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:09,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 13:58:09,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 13:58:15,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:58:15,139 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:58:15,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:58:15,239 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:58:15,239 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:58:15,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:58:15,239 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:58:15,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:58:15,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:58:15,337 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:58:15,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:58:15,337 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:58:15,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:58:15,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:58:15,436 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:58:15,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:58:15,436 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:58:15,543 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:58:15,543 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:58:15,543 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 13:59:15,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 13:59:15,544 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:59:15,647 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 13:59:15,648 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:59:15,648 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 13:59:15,648 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:59:15,648 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:59:15,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 13:59:15,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:59:15,748 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 13:59:15,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 13:59:15,748 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:59:15,836 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 13:59:15,836 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:59:15,837 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 13:59:15,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 13:59:15,837 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-47) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 13:59:15,928 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 13:59:15,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 13:59:15,929 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-47) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:00:15,930 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:00:15,930 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:00:16,037 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:00:16,037 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:00:16,037 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:00:16,037 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:00:16,037 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:00:16,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:00:16,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:00:16,159 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:00:16,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:00:16,159 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:00:16,260 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:00:16,260 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:00:16,261 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:00:16,261 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:00:16,261 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-91) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:00:16,352 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:00:16,361 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:00:16,361 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-91) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:00:44,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:44,334 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:44,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:44,437 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,390 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,411 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,493 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,503 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,510 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:46,910 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:46,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:47,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:47,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:52,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:52,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:52,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:52,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:54,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:54,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:54,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:54,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:54,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:54,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:54,617 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:54,625 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:54,811 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:54,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:55,527 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:55,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:55,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:55,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:55,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:55,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:56,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:56,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:00:56,488 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:00:56,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,356 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,492 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,509 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,578 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,649 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,657 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,696 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,720 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,753 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,823 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:00,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:00,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,064 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,457 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:03,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:03,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:06,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:06,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:06,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:06,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,024 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,117 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,176 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:07,641 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:07,651 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,220 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,310 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,321 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:08,544 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:08,552 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:16,362 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:01:16,363 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:01:16,464 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:01:16,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:01:16,465 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:01:16,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:01:16,465 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:01:16,578 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:01:16,578 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:01:16,578 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:01:16,578 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:01:16,578 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:01:16,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:01:16,675 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:01:16,675 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:01:16,675 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:01:16,676 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:01:16,771 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:01:16,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:01:16,771 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:01:18,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:18,486 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:18,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:18,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:18,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:18,856 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:19,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:19,324 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:19,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:19,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:20,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:20,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:20,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:20,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:20,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:20,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:40,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:40,313 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:41,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:41,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:44,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:44,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:52,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:52,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:52,797 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:52,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:01:56,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:01:56,916 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:16,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:02:16,773 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:02:16,890 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:02:16,890 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:02:16,890 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:02:16,890 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:02:16,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:02:17,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:02:17,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:02:17,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:02:17,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:02:17,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:02:17,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:02:17,111 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:02:17,111 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:02:17,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:02:17,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:02:17,213 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:02:17,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:02:17,213 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:02:17,737 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:17,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:37,784 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:37,804 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:39,562 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:39,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:40,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:40,171 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:42,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:42,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:45,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:45,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:45,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:45,085 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:47,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:47,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:47,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:47,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:48,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:48,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:54,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:54,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:54,185 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:54,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:54,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:54,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,214 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,472 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:02:55,481 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:02:55,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:00,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:00,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:00,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:00,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:00,817 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:00,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:00,830 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:00,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:01,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:01,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:01,764 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:01,783 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:01,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:01,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:02,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:02,112 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,379 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,408 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,416 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:03,624 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:03,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:06,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:06,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:06,542 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:06,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:06,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:06,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:09,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:09,490 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:10,606 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:10,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:12,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:12,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:12,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:12,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:13,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:13,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:14,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:14,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:14,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:14,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:14,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:14,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:17,209 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:17,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:03:17,215 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:03:17,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:17,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:03:17,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:17,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:03:17,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:03:17,430 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:03:17,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:03:17,430 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:03:17,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:03:17,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:03:17,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:03:17,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:03:17,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:03:17,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:03:17,595 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:03:17,634 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:03:17,634 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:03:17,634 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:04:17,635 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:04:17,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:04:17,750 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:04:17,750 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:04:17,750 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:04:17,750 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:04:17,751 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:04:17,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:04:17,862 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:04:17,862 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:04:17,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:04:17,862 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:04:17,955 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:04:17,955 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:04:17,955 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:04:17,956 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:04:17,956 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:04:18,048 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:04:18,048 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:04:18,048 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:05:18,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:05:18,049 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:05:18,152 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:05:18,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:05:18,153 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:05:18,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:05:18,153 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:05:18,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:05:18,253 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:05:18,253 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:05:18,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:05:18,253 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:05:18,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:05:18,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:05:18,343 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:05:18,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:05:18,343 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:05:18,448 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:05:18,448 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:05:18,449 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:05:43,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:43,832 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:43,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:43,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:44,017 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:44,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:44,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:44,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:44,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:44,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:44,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:44,174 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:44,321 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:44,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:47,042 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:47,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:47,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:47,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:51,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:51,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:51,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:51,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:53,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:53,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:53,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:53,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:53,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:53,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:53,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:54,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:54,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:54,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:54,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:54,028 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:54,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:54,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:56,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:56,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:56,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:56,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:05:57,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:05:57,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:03,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:03,413 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:03,928 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:03,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:03,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:03,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,084 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,309 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,336 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:04,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:04,694 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:05,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:05,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:05,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:05,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:05,934 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:05,937 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:05,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:05,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,041 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,329 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,743 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,762 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:06,836 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:06,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:07,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:07,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,061 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,152 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,386 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,393 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:08,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:08,953 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:09,077 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:09,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:11,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:11,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:11,302 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:11,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:11,400 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:11,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:11,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:11,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,373 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,407 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,460 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,500 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,819 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:12,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:12,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:13,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:13,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:13,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:13,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:15,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:15,042 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:15,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:15,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:15,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:15,403 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:18,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:06:18,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:06:18,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:06:18,551 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:06:18,551 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:06:18,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:06:18,551 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:06:18,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:06:18,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:06:18,645 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:06:18,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:06:18,645 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:06:18,731 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:06:18,731 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:06:18,731 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:06:18,731 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:06:18,732 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:06:18,825 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:06:18,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:06:18,825 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:06:19,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:19,846 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:19,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:19,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,553 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,628 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:20,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:20,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:43,453 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:43,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:43,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:43,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:46,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:46,772 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:53,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:53,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:06:53,981 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:06:54,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:00,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:00,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:18,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:07:18,826 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:07:18,925 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:07:18,925 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:07:18,925 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:07:18,925 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:07:18,926 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:07:19,029 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:07:19,029 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:07:19,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:07:19,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:07:19,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:07:19,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:07:19,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:07:19,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:07:19,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:07:19,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-40) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:07:19,211 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:07:19,211 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:07:19,211 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-40) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:07:23,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:23,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:45,772 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:45,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:45,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:45,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:46,729 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:46,748 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:52,974 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:52,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:53,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:53,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:53,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:53,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:07:54,781 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:07:54,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:01,709 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:01,728 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:02,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:02,440 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:02,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:02,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:04,698 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:04,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:04,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:04,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:05,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:05,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:07,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:07,579 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:07,652 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:07,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:07,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:07,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,074 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,100 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,206 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,435 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:13,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:13,838 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:14,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:14,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:14,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:14,099 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:14,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:14,130 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:14,378 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:14,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:14,926 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:14,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:15,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:15,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:16,443 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:16,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:16,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:16,568 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:19,212 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:08:19,212 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:08:19,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:08:19,314 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:08:19,314 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:08:19,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:08:19,314 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:08:19,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:08:19,417 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:08:19,417 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:08:19,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:08:19,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:08:19,506 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:08:19,506 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:08:19,506 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:08:19,507 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:08:19,507 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-24) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:08:19,593 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:08:19,593 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:08:19,593 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-24) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:08:20,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:20,020 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:20,127 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:20,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:20,392 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:20,400 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:20,715 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:20,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:20,821 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:20,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:21,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:21,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:22,246 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:22,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:22,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:22,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:22,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:23,007 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:23,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:23,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:23,089 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:23,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:32,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:32,015 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:32,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:32,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:32,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:32,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:32,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:32,219 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:08:32,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:08:32,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:09:19,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:09:19,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:09:19,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:09:19,696 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:09:19,696 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:09:19,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:09:19,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:09:19,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:09:19,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:09:19,810 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:09:19,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:09:19,810 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:09:19,913 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:09:19,913 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:09:19,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:09:19,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:09:19,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:09:20,021 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:09:20,021 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:09:20,021 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:10:20,022 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:10:20,023 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:10:20,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:10:20,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:10:20,127 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:10:20,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:10:20,127 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:10:20,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:10:20,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:10:20,232 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:10:20,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:10:20,232 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:10:20,338 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:10:20,338 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:10:20,338 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:10:20,338 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:10:20,338 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:10:20,450 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:10:20,450 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:10:20,450 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:10:55,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:10:55,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:10:55,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:10:55,140 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:10:55,157 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:10:55,164 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:10:55,411 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:10:55,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:03,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:03,661 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:03,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:03,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:06,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:06,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:06,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:06,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:06,999 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:07,006 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:08,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:08,312 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:08,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:08,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,735 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,753 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,801 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,837 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,854 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,855 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,907 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,936 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,945 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:11,950 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:11,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:12,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:12,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:12,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:12,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:20,451 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:11:20,451 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:11:20,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:11:20,560 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:11:20,560 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:11:20,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:11:20,560 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:11:20,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:11:20,670 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:11:20,670 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:11:20,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:11:20,670 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:11:20,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:11:20,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:11:20,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:11:20,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:11:20,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-52) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:11:20,888 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:11:20,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:11:20,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-52) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:11:21,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,475 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,513 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,543 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,562 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,587 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,622 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,691 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,711 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,791 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,801 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,810 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,842 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,852 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:21,905 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:21,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:22,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:22,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:22,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:22,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:22,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:22,750 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,588 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,702 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,709 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,770 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,780 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:23,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:23,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,429 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,518 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,527 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,530 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,547 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,627 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,722 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,731 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:24,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:24,894 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:25,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:25,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:25,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:25,875 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,535 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,581 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,589 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:26,953 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:26,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:28,750 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:28,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:28,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:28,876 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:29,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:29,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:29,128 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:29,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:31,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:31,899 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:31,991 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:31,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:32,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:32,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:32,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:32,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:32,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:32,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:43,822 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:43,844 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:43,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:43,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:44,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:44,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:50,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:50,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:51,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:51,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:11:55,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:11:55,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:04,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:04,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:04,339 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:04,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:09,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:09,410 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:20,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:12:20,890 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:12:21,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:12:21,006 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:12:21,006 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:12:21,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:12:21,006 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:12:21,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:12:21,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:12:21,120 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:12:21,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:12:21,120 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:12:21,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:12:21,219 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:12:21,219 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:12:21,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:12:21,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-69) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:12:21,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:12:21,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:12:21,308 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-69) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:12:25,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:25,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:45,694 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:45,714 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:45,719 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:45,737 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:45,921 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:45,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:51,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:51,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:51,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:51,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:51,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:51,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:12:54,498 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:12:54,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:01,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:01,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:01,118 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:01,126 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:01,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:01,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:02,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:02,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:02,690 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:02,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:11,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:11,081 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:11,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:11,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:11,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:11,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:12,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:12,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:12,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:12,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:12,703 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:12,719 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:13,190 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:13,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:13,279 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:13,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:14,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:14,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:14,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:14,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:15,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:15,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:15,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:15,241 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:15,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:15,343 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:15,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:15,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:15,451 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:15,461 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,589 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,647 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,740 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:18,990 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:18,998 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:19,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:19,018 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:19,261 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:19,270 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:20,241 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:20,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:20,541 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:20,560 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:20,647 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:20,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:20,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:20,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:21,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:13:21,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:13:21,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:13:21,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:13:21,418 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:13:21,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:13:21,418 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:13:21,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:21,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:21,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:21,480 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:21,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:13:21,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:13:21,534 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:13:21,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:13:21,534 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:13:21,557 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:21,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:21,630 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:13:21,630 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:13:21,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:13:21,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:13:21,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-57) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:13:21,724 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:13:21,725 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:13:21,725 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-57) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:13:27,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:27,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:28,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:28,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:28,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:28,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:33,918 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:33,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:13:34,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:13:34,046 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:14:21,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:14:21,727 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:14:21,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:14:21,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:14:21,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:14:21,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:14:21,834 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:14:21,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:14:21,937 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:14:21,937 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:14:21,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:14:21,937 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:14:22,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:14:22,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:14:22,033 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:14:22,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:14:22,033 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-60) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:14:22,144 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:14:22,144 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:14:22,144 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-60) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:15:22,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:15:22,145 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:15:22,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:15:22,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:15:22,245 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:15:22,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:15:22,245 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:15:22,349 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:15:22,349 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:15:22,349 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:15:22,349 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:15:22,349 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:15:22,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:15:22,440 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:15:22,440 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:15:22,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:15:22,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:15:22,529 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:15:22,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:15:22,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:16:04,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:04,050 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:04,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:04,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:04,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:04,401 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:08,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:08,371 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:08,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:08,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:09,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:09,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:10,218 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:10,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:10,332 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:10,340 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:10,583 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:10,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,353 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,383 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,409 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,458 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,465 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:14,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:14,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:17,110 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:17,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:17,134 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:17,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:17,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:17,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:17,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:17,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:17,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:17,452 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:21,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:21,913 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:22,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:16:22,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:16:22,632 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:16:22,633 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:16:22,633 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:16:22,633 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:16:22,633 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:16:22,738 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:16:22,738 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:16:22,739 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:16:22,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:16:22,739 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:16:22,843 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:16:22,844 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:16:22,844 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:16:22,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:16:22,844 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-6) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:16:22,933 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:16:22,933 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:16:22,934 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-6) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:16:28,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,114 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,125 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,133 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,426 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,427 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,435 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,539 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:28,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:28,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:29,031 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:29,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:29,063 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:29,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:29,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:29,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:29,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:29,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,132 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,154 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,168 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,238 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,241 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,263 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,265 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,268 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,279 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,490 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,496 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,921 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:31,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:31,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:32,020 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:32,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:32,034 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:32,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:32,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:32,045 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:32,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:32,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:32,452 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:32,470 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:33,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:33,936 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:34,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:34,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:34,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:34,823 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:34,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:34,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:41,575 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:41,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:41,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:41,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:41,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:41,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:42,092 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:42,118 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:42,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:42,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:42,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:42,432 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:44,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:44,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:44,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:44,574 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:57,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:57,767 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:16:57,870 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:16:57,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:01,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:01,551 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:15,691 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:15,708 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:15,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:15,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:19,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:19,706 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:22,935 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:17:22,935 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:17:23,035 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:17:23,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:17:23,036 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:17:23,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:17:23,036 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:17:23,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:17:23,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:17:23,140 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:17:23,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:17:23,140 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:17:23,247 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:17:23,248 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:17:23,248 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:17:23,248 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:17:23,248 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-99) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:17:23,348 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:17:23,348 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:17:23,348 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-99) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:17:32,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:32,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:53,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:53,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:53,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:53,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:53,582 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:53,598 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:55,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:55,565 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:55,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:55,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:55,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:55,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:17:56,876 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:17:56,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:11,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:11,656 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:11,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:11,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:12,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:12,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:13,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:13,209 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:13,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:13,291 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:13,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:13,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:15,178 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:15,198 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:15,283 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:15,290 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:15,538 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:15,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:17,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:17,931 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:18,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:18,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:21,455 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:21,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:21,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:21,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:21,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:21,865 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:21,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:21,946 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:22,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:22,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:22,402 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:22,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:22,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:22,518 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:22,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:22,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:23,349 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:18:23,350 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:18:23,471 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:18:23,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:18:23,471 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:18:23,472 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:18:23,472 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:18:23,580 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:18:23,580 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:18:23,580 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:18:23,580 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:18:23,580 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:18:23,686 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:18:23,686 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:18:23,686 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:18:23,686 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:18:23,686 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:18:23,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:18:23,789 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:18:23,789 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:18:23,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:23,872 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:23,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:23,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:24,208 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:24,216 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:24,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:24,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:25,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:25,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:25,068 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:25,069 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:25,142 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:25,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:25,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:25,394 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:28,487 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:28,507 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:28,571 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:28,588 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:28,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:28,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:28,846 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:28,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:29,879 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:29,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:30,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:30,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:30,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:30,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:31,032 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:31,039 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:33,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:33,175 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:33,277 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:33,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:33,548 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:33,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:40,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:40,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:18:40,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:18:40,262 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:19:23,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:19:23,790 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:19:23,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:19:23,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:19:23,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:19:23,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:19:23,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:19:24,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:19:24,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:19:24,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:19:24,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:19:24,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:19:24,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:19:24,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:19:24,091 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:19:24,091 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:19:24,092 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-83) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:19:24,184 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:19:24,184 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:19:24,184 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-83) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:20:24,186 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:20:24,186 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:20:24,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:20:24,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:20:24,307 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:20:24,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:20:24,308 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:20:24,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:20:24,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:20:24,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:20:24,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:20:24,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:20:24,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:20:24,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:20:24,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:20:24,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:20:24,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-45) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:20:24,607 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:20:24,607 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:20:24,607 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-45) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:21:01,010 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:01,032 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:03,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:04,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:04,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:04,091 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:04,337 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:04,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:09,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:10,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:10,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:10,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:12,508 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:12,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:12,686 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:12,729 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:13,007 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:13,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,136 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,186 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,194 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,419 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:16,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:16,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:17,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:17,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:17,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:17,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:17,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:17,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:17,314 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:17,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:19,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:19,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:19,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:19,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:21,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:21,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:24,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:21:24,608 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:21:24,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:21:24,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:21:24,719 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:21:24,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:21:24,719 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:21:24,831 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:21:24,831 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:21:24,831 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:21:24,831 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:21:24,831 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:21:24,933 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:21:24,933 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:21:24,933 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:21:24,933 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:21:24,933 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-95) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:21:25,027 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:21:25,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:21:25,028 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-95) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:21:28,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,159 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,365 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,635 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,740 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,765 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,782 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,877 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:28,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:28,935 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:29,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:29,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:29,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:29,021 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:29,138 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:29,147 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:31,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:31,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:31,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:31,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:31,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:31,924 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:31,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:31,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:31,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:31,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:32,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:32,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:32,294 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:32,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:33,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:33,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:34,006 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:34,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:34,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:34,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:34,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:34,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:34,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:34,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:34,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:34,951 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:35,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:35,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:35,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,112 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,114 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,198 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,229 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,361 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,365 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,368 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,379 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,417 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,430 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,468 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,585 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,604 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,623 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,701 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:37,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:37,720 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:43,263 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:43,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:43,363 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:43,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:43,615 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:43,624 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:45,044 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:45,067 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:45,141 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:45,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:45,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:45,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:45,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:45,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:21:45,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:21:45,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:02,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:02,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:05,253 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:05,273 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:09,217 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:09,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:16,500 INFO [org.ovirt.engine.core.bll.DbUserCacheManager] (QuartzScheduler_Worker-29) DbUserCacheManager::refreshAllUserData() - entered >2012-11-07 14:22:17,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:17,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:17,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:17,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:23,864 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:23,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:22:25,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:22:25,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:22:25,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:22:25,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:22:25,147 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:22:25,147 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:22:25,148 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:22:25,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:22:25,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:22:25,246 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:22:25,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:22:25,246 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:22:25,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:22:25,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:22:25,344 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:22:25,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:22:25,344 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-73) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:22:25,434 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:22:25,434 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:22:25,434 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-73) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:22:41,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:22:41,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:00,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:00,183 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:00,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:00,251 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:00,593 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:00,611 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:03,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:03,141 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:04,192 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:04,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:04,240 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:04,256 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:04,333 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:04,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:17,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:17,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:17,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:17,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:17,852 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:17,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:18,173 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:18,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:18,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:18,280 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:22,102 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:22,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:22,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:22,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:23,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:24,003 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:24,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:24,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:24,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:24,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:25,036 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:25,055 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:25,155 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:25,163 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:25,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:23:25,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:23:25,530 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:23:25,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:23:25,530 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:23:25,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:23:25,531 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:23:25,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:23:25,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:23:25,621 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:23:25,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:23:25,621 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:23:25,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:23:25,710 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:23:25,710 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:23:25,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:23:25,710 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-3) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:23:25,816 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:23:25,816 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:23:25,816 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-3) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:23:29,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:29,199 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:29,293 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:29,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:29,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:29,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:31,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:31,043 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:31,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:31,424 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:31,505 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:31,514 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:31,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:31,770 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:33,479 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:33,498 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:33,501 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:33,516 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:33,591 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:33,599 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,069 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,106 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,303 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,489 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:35,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:35,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:36,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:36,564 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:37,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:37,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:37,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:37,984 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:38,196 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:38,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:38,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:38,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:38,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:38,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:41,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:41,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:41,656 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:41,664 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:41,914 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:41,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:43,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:43,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:23:43,920 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:23:43,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:24:25,817 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:24:25,817 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:24:25,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:24:25,916 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:24:25,916 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:24:25,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:24:25,916 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:24:26,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:24:26,019 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:24:26,019 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:24:26,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:24:26,019 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:24:26,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:24:26,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:24:26,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:24:26,106 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:24:26,106 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:24:26,196 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:24:26,196 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:24:26,197 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:25:26,198 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:25:26,198 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:25:26,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:25:26,315 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:25:26,316 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:25:26,316 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:25:26,316 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:25:26,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:25:26,417 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:25:26,417 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:25:26,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:25:26,417 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:25:26,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:25:26,513 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:25:26,513 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:25:26,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:25:26,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-98) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:25:26,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:25:26,603 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:25:26,603 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-98) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:26:13,137 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:13,156 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:13,228 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:13,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:13,242 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:13,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:13,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:13,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:19,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:19,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:19,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:19,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:22,039 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:22,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:22,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:22,144 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:22,391 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:22,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:24,941 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:24,960 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:24,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:24,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,080 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,090 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,100 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,644 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:25,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:25,883 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:26,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:26,017 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:26,602 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:26:26,602 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:26:26,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:26:26,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:26:26,717 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:26:26,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:26:26,717 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:26:26,820 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:26:26,820 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:26:26,820 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:26:26,820 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:26:26,820 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:26:26,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:26:26,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:26:26,914 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:26:26,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:26:26,914 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-80) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:26:27,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:26:27,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:26:27,003 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-80) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:26:32,586 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:32,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:34,524 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:34,546 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:34,643 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:34,652 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:34,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:34,884 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:34,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:34,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,001 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,012 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,151 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,258 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,264 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,271 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,325 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,478 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,498 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,528 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:35,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:35,818 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:36,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:36,179 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:36,659 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:36,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:36,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:36,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:36,927 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:36,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:36,997 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,014 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:37,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,044 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:37,088 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,096 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:37,345 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,355 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:37,780 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:37,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:37,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:38,872 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:38,917 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:39,018 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:39,027 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:40,495 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:40,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:40,570 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:40,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:40,590 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:40,596 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:40,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:40,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:41,262 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:41,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:41,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:41,390 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:42,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:42,318 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:42,322 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:42,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:42,395 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:42,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:42,422 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:42,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:42,676 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:42,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:43,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:43,633 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:43,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:43,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:43,893 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:43,909 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:43,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:43,987 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:43,993 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:43,996 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:44,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:44,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:48,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:48,632 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:48,708 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:48,716 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:26:48,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:26:48,979 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:02,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:02,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:03,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:03,165 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:04,405 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:04,425 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:08,867 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-48) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5305bcdd >2012-11-07 14:27:08,867 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-3) START, IsValidVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 1db27bc0 >2012-11-07 14:27:08,867 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-48) FINISH, IsValidVDSCommand, return: true, log id: 5305bcdd >2012-11-07 14:27:08,883 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-48) START, GetFloppyListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 4599748 >2012-11-07 14:27:08,884 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] (pool-11-thread-3) FINISH, IsValidVDSCommand, return: true, log id: 1db27bc0 >2012-11-07 14:27:08,885 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-3) START, GetIsoListVDSCommand(storagePoolId = 112af9a7-a80c-4379-9e6e-eee9b31e26c5, ignoreFailoverLimit = false, compatabilityVersion = null), log id: 5b60357a >2012-11-07 14:27:09,336 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetFloppyListVDSCommand] (pool-11-thread-48) FINISH, GetFloppyListVDSCommand, return: [virtio-win-1.4.0.vfd], log id: 4599748 >2012-11-07 14:27:09,338 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-3) START, HsmGetIsoListVDSCommand(vdsId = 25705c42-0dfd-11e2-8e4f-001cc4a7c2f4, storagePoolId=112af9a7-a80c-4379-9e6e-eee9b31e26c5), log id: 5448eaf7 >2012-11-07 14:27:09,340 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-48) Finished automatic refresh process for Floppy file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 14:27:09,407 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.HsmGetIsoListVDSCommand] (pool-11-thread-3) FINISH, HsmGetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 5448eaf7 >2012-11-07 14:27:09,407 INFO [org.ovirt.engine.core.vdsbroker.irsbroker.GetIsoListVDSCommand] (pool-11-thread-3) FINISH, GetIsoListVDSCommand, return: [rhel-server-5.8-i386-dvd.iso, WindowsServer_2008_R2_x64_English.iso, rhev-guest-agent.iso, Windows_XP_SP3.iso, rhel-server-6.3-i386-dvd.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73742_CD_1.iso, Windows_2003_R2_SP2_MVLS.iso, virtio-win-1.4.0.iso, RHEV-toolsSetup_3.0_39.iso, Windows_Svr_Std_2003_R2_32-BIT_X64_English_MLF_X13-73746_CD_2.iso, RHEV-toolsSetup_3.0_37.iso, SW_DVD5_Win_Pro_7_32BIT_Spanish_Full_MLF_X15-71089.ISO, gparted-live-0.10.0-3.iso, rhel-server-6.3-x86_64-dvd.iso, Windows_XP_SP2.iso, SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008 R2_64-bit_Spanish_X15-59770.ISO, rhel-server-5.8-x86_64-dvd.iso], log id: 5b60357a >2012-11-07 14:27:09,414 INFO [org.ovirt.engine.core.bll.IsoDomainListSyncronizer] (pool-11-thread-3) Finished automatic refresh process for ISO file type with success, for storage domain id 3f3fe2d4-f4f4-4fd8-b2a2-febf0404bb6e. >2012-11-07 14:27:19,839 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:19,858 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:21,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:21,956 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:23,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:23,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:27:27,003 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:27:27,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:27:27,105 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:27:27,105 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:27:27,106 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:27:27,106 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:27:27,106 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:27:27,204 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:27:27,205 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:27:27,205 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:27:27,205 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:27:27,205 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:27:27,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:27:27,309 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:27:27,309 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:27:27,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:27:27,309 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-85) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:27:27,400 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:27:27,401 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:27:27,401 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-85) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:27:40,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:27:40,927 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:04,151 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:04,169 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:06,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:06,405 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:06,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:06,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:07,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:07,239 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:11,239 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:11,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:14,058 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:14,077 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:15,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:15,343 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:26,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:26,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:26,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:26,249 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:26,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:26,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:27,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:28:27,403 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:28:27,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:28:27,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:28:27,508 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:28:27,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:28:27,508 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:28:27,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:28:27,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:28:27,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:28:27,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:28:27,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:28:27,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:28:27,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:28:27,708 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:28:27,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:28:27,708 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-64) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:28:27,802 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:28:27,803 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:28:27,803 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-64) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:28:29,226 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:29,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:29,329 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:29,338 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:34,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:34,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:35,097 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:35,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:35,189 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:35,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:35,439 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:35,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:35,519 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:35,534 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:35,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:35,618 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:36,175 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:36,192 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,057 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,091 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,613 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:38,710 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:38,718 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:39,456 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:39,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:39,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:39,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:39,574 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:39,583 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:39,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:39,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:39,829 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:39,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:44,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:44,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:44,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:44,388 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:44,399 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:44,408 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:44,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:44,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:45,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:45,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:45,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:45,153 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:45,380 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:45,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:46,025 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:46,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:46,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:46,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:46,367 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:46,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:48,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:48,234 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:48,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:48,377 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:48,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:48,638 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:53,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:53,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:53,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:53,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:55,471 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:55,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:28:55,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:28:55,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:29:27,802 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:29:27,802 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:29:27,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:29:27,918 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:29:27,918 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:29:27,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:29:27,918 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:29:28,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:29:28,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:29:28,030 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:29:28,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:29:28,030 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:29:28,133 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:29:28,133 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:29:28,133 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:29:28,133 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:29:28,133 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-100) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:29:28,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:29:28,235 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:29:28,235 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-100) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:30:28,234 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:30:28,235 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:30:28,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:30:28,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:30:28,347 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:30:28,347 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:30:28,348 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:30:28,451 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:30:28,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:30:28,452 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:30:28,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:30:28,452 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:30:28,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:30:28,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:30:28,553 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:30:28,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:30:28,553 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:30:28,650 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:30:28,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:30:28,650 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:31:19,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:19,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:20,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:20,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:20,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:20,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:21,236 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:21,245 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:28,651 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:31:28,652 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:31:28,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:31:28,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:31:28,765 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:31:28,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:31:28,765 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:31:28,864 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:31:28,864 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:31:28,865 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:31:28,865 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:31:28,865 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:31:28,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:31:28,953 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:31:28,953 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:31:28,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:31:28,953 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-5) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:31:29,043 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:31:29,043 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:31:29,043 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-5) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:31:29,955 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:29,972 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:30,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:30,058 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:30,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:30,319 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:31,812 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:31,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:31,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:31,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:34,276 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:34,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:34,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:34,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:34,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:34,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:34,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:34,512 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:34,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:34,608 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:35,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:35,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:35,565 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:35,575 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:35,806 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:35,813 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:37,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:37,447 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:37,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:37,543 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:41,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:41,774 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,600 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,685 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,712 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,747 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,758 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,788 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,885 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,935 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,952 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:43,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:43,983 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,002 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,009 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,012 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,023 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,025 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,034 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,060 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,117 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,119 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,231 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,233 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,244 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,284 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,285 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:44,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:44,974 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:45,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:45,224 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,237 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,275 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,310 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,318 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,339 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:50,412 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:50,419 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:51,482 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:51,500 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:51,595 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:51,603 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:52,800 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:52,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:52,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:52,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:52,899 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:52,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:52,906 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:52,912 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:53,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:53,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:54,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:54,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:54,257 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:54,265 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:54,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:54,513 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:55,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:55,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:55,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:55,382 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:55,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:55,450 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:55,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:55,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:56,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:56,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:56,476 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:56,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:56,727 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:56,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:57,626 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:57,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:57,757 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:57,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:57,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:57,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:58,028 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:58,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:31:58,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:31:58,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:02,718 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:02,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:02,840 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:02,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:03,076 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:03,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:16,416 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:16,433 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:19,090 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:19,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:19,111 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:19,115 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:28,862 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:28,878 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:29,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:32:29,045 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:32:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:32:29,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:32:29,154 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:32:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:32:29,154 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:32:29,258 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:32:29,258 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:32:29,258 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:32:29,258 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:32:29,258 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:32:29,360 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:32:29,360 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:32:29,360 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:32:29,360 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:32:29,360 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-43) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:32:29,481 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:32:29,481 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:32:29,481 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-43) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:32:32,866 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:32,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:33,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:33,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:32:52,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:32:52,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:03,272 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:03,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:08,619 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:08,640 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:08,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:08,896 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:09,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:09,302 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:13,773 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:13,790 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:14,085 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:14,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:17,735 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:17,757 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:26,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:26,752 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:26,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:26,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:26,860 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:26,861 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:26,869 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:26,870 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:29,483 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:33:29,484 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:33:29,491 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:29,508 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:29,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:33:29,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:33:29,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:33:29,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:33:29,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:33:29,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:33:29,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:33:29,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:33:29,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:33:29,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:33:29,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:33:29,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:33:29,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:33:29,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:33:29,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-77) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:33:29,890 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:33:29,890 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:33:29,890 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-77) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:33:37,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:37,557 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:37,573 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:37,590 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:37,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:37,646 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:37,666 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:37,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:37,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:37,904 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:39,377 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:39,397 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,116 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,124 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,182 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,274 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,350 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,375 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,470 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,779 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:40,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:40,860 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:41,081 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:41,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:42,894 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:42,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:42,916 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:42,932 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:43,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:43,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:44,786 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:44,802 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:44,897 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:44,905 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,572 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,598 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,615 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,695 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,704 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,829 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:45,930 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:45,937 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:46,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:46,110 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:46,260 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:46,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:46,372 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:46,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:52,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:52,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:33:52,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:33:52,901 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:34:29,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:34:29,891 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:34:29,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:34:29,997 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:34:29,997 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:34:29,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:34:29,997 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:34:30,111 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:34:30,112 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:34:30,112 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:34:30,112 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:34:30,112 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:34:30,226 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:34:30,226 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:34:30,226 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:34:30,226 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:34:30,227 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-88) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:34:30,340 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:34:30,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:34:30,340 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-88) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:35:30,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:35:30,341 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:35:30,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:35:30,440 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:35:30,440 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:35:30,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:35:30,440 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:35:30,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:35:30,538 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:35:30,538 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:35:30,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:35:30,538 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:35:30,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:35:30,636 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:35:30,636 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:35:30,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:35:30,636 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-68) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:35:30,728 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:35:30,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:35:30,728 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-68) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:36:19,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:19,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:19,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:19,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:19,610 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:19,619 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:21,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:21,581 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:30,729 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:36:30,730 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:36:30,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:36:30,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:36:30,833 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:36:30,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:36:30,833 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:36:30,945 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:36:30,945 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:36:30,945 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:36:30,945 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:36:30,945 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:36:31,050 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:36:31,050 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:36:31,050 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:36:31,050 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:36:31,050 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-22) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:36:31,087 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:31,107 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:31,201 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:36:31,201 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:36:31,201 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-22) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:36:31,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:31,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:31,229 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:31,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:31,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:31,344 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:31,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:31,592 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,203 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,358 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,399 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,494 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,506 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,535 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,550 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,584 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,591 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:36,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:36,733 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:37,188 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:37,208 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:37,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:37,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:45,725 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:45,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,150 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,202 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,207 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,218 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,250 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,330 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,534 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,576 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,842 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,855 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,913 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,926 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,938 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:49,959 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:49,969 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,071 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,193 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,197 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,274 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,283 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,292 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:50,552 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:50,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,234 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,304 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,311 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,347 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,359 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,526 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:52,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:52,605 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,135 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,223 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,385 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,494 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,567 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,788 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,806 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,885 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,893 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:54,934 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:54,943 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,223 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,238 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,296 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,313 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,323 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,354 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,466 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,467 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,476 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,477 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:36:59,726 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:36:59,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:00,043 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:00,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:00,121 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:00,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:00,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:00,142 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:00,213 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:00,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:00,393 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:00,402 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:09,225 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:09,248 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:09,324 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:09,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:09,653 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:09,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:22,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:22,108 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:22,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:22,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:25,844 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:25,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:31,203 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:37:31,203 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:37:31,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:37:31,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:37:31,335 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:37:31,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:37:31,335 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:37:31,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:37:31,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:37:31,435 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:37:31,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:37:31,435 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:37:31,523 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:37:31,523 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:37:31,524 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:37:31,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:37:31,524 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:37:31,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:37:31,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:37:31,613 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:37:39,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:39,089 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:40,463 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:40,485 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:37:44,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:37:44,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:02,984 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:03,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:18,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:18,771 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:20,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:20,247 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:21,005 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:21,022 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:21,621 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:21,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:23,124 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:23,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:26,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:26,391 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:29,845 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:29,859 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:31,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:38:31,615 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:38:31,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:38:31,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:38:31,726 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:38:31,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:38:31,726 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:38:31,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:38:31,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:38:31,822 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:38:31,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:38:31,822 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:38:31,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:38:31,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:38:31,911 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:38:31,911 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:38:31,912 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-16) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:38:31,998 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:38:31,998 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:38:31,998 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-16) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:38:36,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:36,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:37,003 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:37,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:37,759 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:37,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:44,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:44,266 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:44,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:44,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:45,970 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:45,988 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:46,083 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:46,092 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:46,833 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:46,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:46,924 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:46,933 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:47,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:47,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:47,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:47,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:47,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:47,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,099 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,122 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,184 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,219 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,273 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,281 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,281 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,289 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,532 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,533 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:48,540 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:48,542 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:49,815 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:49,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:49,911 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:49,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:50,896 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:50,904 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:50,911 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:50,920 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:50,992 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:51,001 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:51,004 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:51,013 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:51,212 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:51,220 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:51,254 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:51,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:52,804 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:52,821 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:52,907 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:52,915 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:53,266 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:53,282 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:53,434 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:53,453 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:59,231 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:59,252 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:59,352 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:59,360 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:38:59,620 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:38:59,628 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:00,030 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:39:00,047 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:00,120 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:39:00,127 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:00,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:39:00,370 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:00,851 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:39:00,868 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:00,965 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:39:00,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:39:32,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:39:32,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:39:32,102 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:39:32,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:39:32,103 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:39:32,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:39:32,103 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:39:32,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:39:32,194 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:39:32,194 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:39:32,194 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:39:32,195 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:39:32,283 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:39:32,284 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:39:32,284 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:39:32,284 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:39:32,284 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-70) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:39:32,373 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:39:32,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:39:32,373 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-70) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:40:32,376 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:40:32,376 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:40:32,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:40:32,476 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:40:32,476 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:40:32,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:40:32,476 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:40:32,582 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:40:32,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:40:32,583 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:40:32,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:40:32,583 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:40:32,687 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:40:32,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:40:32,688 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:40:32,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:40:32,688 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-20) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:40:32,787 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:40:32,787 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:40:32,788 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-20) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:41:32,180 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:32,197 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:32,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:41:32,789 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:41:32,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:41:32,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:41:32,889 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:41:32,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:41:32,889 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:41:32,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:41:32,988 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:41:32,988 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:41:32,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:41:32,988 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:41:33,077 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:41:33,078 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:41:33,078 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:41:33,078 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:41:33,078 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-29) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:41:33,172 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:41:33,172 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:41:33,172 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-29) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:41:40,418 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:40,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:40,521 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:40,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:40,795 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:40,805 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:42,115 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:42,132 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:42,227 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:42,236 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:42,768 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:42,785 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:42,863 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:42,871 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:43,093 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:43,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,244 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:50,261 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,335 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:50,342 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:50,445 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,540 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:50,548 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,564 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:50,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:50,998 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:51,016 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:51,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:51,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:51,636 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:51,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:52,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:52,994 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:53,072 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:53,080 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:53,222 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:53,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:53,319 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:53,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:53,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:53,531 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,691 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,808 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,849 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,867 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,947 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,963 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:41:59,967 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:41:59,973 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,038 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,050 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,059 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,065 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,149 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,184 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,191 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,264 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,545 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:00,658 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:00,667 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,349 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,448 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,454 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,469 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,555 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,771 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,778 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,803 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,819 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:02,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:02,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:03,148 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:03,155 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:05,424 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:05,436 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:05,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:05,468 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:05,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:05,560 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:05,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:05,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:05,808 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:05,817 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,423 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,439 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,444 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,457 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,459 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,474 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,491 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,516 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,524 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,546 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,554 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,561 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,569 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:07,744 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:07,751 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:12,728 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:12,746 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:12,832 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:12,840 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:13,094 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:13,102 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:13,663 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:13,677 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:13,751 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:13,758 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:13,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:13,957 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:28,714 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:28,734 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:29,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:29,222 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:33,040 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:33,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:33,173 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:42:33,173 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:42:33,282 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:42:33,282 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:42:33,282 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:42:33,282 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:42:33,282 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:42:33,390 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:42:33,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:42:33,390 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:42:33,391 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:42:33,391 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:42:33,502 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:42:33,502 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:42:33,503 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:42:33,503 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:42:33,503 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-11) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:42:33,612 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:42:33,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:42:33,612 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-11) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:42:45,242 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:45,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:47,348 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:47,366 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:42:51,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:42:51,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:07,734 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:07,752 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:22,856 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:22,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:22,985 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:23,000 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:24,103 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:24,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:25,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:25,088 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:25,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:25,351 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:29,105 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:29,121 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:33,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:43:33,613 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:43:33,729 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:43:33,729 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:43:33,758 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:43:33,758 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:43:33,758 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:43:33,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:43:33,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:43:33,860 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:43:33,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:43:33,860 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:43:33,958 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:43:33,958 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:43:33,958 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:43:33,958 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:43:33,959 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-39) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:43:34,064 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:43:34,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:43:34,064 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-39) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:43:37,255 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:37,272 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:44,078 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:44,095 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:44,193 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:44,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:44,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:44,217 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:44,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:44,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:44,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:44,298 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:50,174 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:50,190 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:50,271 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:50,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:53,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:53,066 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:43:53,939 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:43:53,955 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:01,671 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:01,688 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:01,761 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:01,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:01,960 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:01,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:03,954 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:03,971 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,048 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,057 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,098 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,191 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,202 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,305 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,306 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,317 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,425 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,434 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,547 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:04,661 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:04,670 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:05,011 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:05,086 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:05,580 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:05,597 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:05,670 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:05,684 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:05,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:05,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:05,762 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:05,769 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:06,000 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:06,008 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:06,086 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:06,101 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:06,177 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:06,186 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:06,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:06,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:07,312 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:07,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:07,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:07,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:07,684 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:07,693 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:09,251 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:09,268 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:09,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:09,363 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:09,600 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:09,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:09,738 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:09,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:09,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:09,835 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:11,609 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:11,627 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:11,707 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:44:11,715 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:44:34,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:44:34,065 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:44:34,171 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:44:34,171 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:44:34,171 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:44:34,171 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:44:34,171 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:44:34,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:44:34,277 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:44:34,277 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:44:34,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:44:34,277 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:44:34,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:44:34,385 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:44:34,385 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:44:34,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:44:34,385 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-38) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:44:34,477 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:44:34,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:44:34,477 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-38) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:45:34,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:45:34,478 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:45:34,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:45:34,579 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:45:34,579 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:45:34,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:45:34,579 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:45:34,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:45:34,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:45:34,674 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:45:34,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:45:34,674 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:45:34,766 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:45:34,766 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:45:34,766 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:45:34,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:45:34,767 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:45:34,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:45:34,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:45:34,869 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:46:31,843 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:31,861 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:31,925 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:31,936 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:31,942 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:31,944 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:32,134 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:32,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:34,869 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:46:34,870 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:46:34,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:46:34,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:46:34,977 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:46:34,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:46:34,977 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:46:35,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:46:35,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:46:35,083 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:46:35,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:46:35,083 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:46:35,181 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:46:35,181 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:46:35,181 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:46:35,181 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:46:35,181 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-17) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:46:35,299 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:46:35,299 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:46:35,299 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-17) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:46:42,269 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:42,286 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:42,360 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:42,367 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:44,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:44,314 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:44,387 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:44,395 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:44,639 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:44,648 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,166 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,185 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,267 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,276 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,289 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,301 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,320 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,410 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,418 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:50,951 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:50,968 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:51,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:51,072 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:51,285 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:51,301 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:52,976 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:52,995 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:53,070 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:53,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:46:54,465 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:46:54,482 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,559 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,587 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,646 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,657 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,668 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,681 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,735 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,741 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,749 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,761 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,773 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,774 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,793 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-8) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,796 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,799 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,800 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,814 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,815 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-8) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,834 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,834 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,841 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,847 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,847 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,853 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-11) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,881 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-11) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,892 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,903 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,915 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,922 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:00,948 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:00,976 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,056 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,070 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,093 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,171 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,180 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,446 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:01,520 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:01,528 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:03,514 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:03,530 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:03,605 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:03,612 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:06,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:06,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:06,205 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:06,211 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:06,215 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:06,225 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:06,299 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:06,307 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:06,556 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:06,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,232 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,253 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,362 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,372 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,512 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,603 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,610 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,614 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,626 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,630 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,650 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,745 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,754 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:07,835 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:07,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:13,053 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:13,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:13,164 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:13,172 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:13,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:13,436 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:14,549 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:14,566 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:14,645 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:14,654 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:14,906 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:14,914 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:29,041 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:29,056 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:30,084 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:30,103 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:33,633 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:33,653 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:35,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:47:35,300 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:47:35,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:47:35,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:47:35,412 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:47:35,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:47:35,412 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:47:35,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:47:35,505 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:47:35,505 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:47:35,505 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:47:35,506 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:47:35,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:47:35,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:47:35,594 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:47:35,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:47:35,594 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:47:35,683 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:47:35,683 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:47:35,683 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:47:46,163 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:46,181 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:51,144 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:51,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:47:51,445 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:47:51,462 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:09,746 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:09,765 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:27,287 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:27,303 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:27,331 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:27,350 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:29,748 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:29,766 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:29,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:29,816 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:30,398 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:30,414 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:31,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:31,845 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:35,685 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:48:35,685 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:48:35,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:48:35,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:48:35,793 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:48:35,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:48:35,793 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:48:35,898 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:48:35,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:48:35,899 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:48:35,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:48:35,899 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:48:36,000 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:48:36,001 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:48:36,001 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:48:36,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:48:36,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-15) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:48:36,100 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:48:36,100 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:48:36,101 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-15) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:48:38,249 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:38,269 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:44,243 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:44,259 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:44,334 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:44,341 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:44,682 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:44,697 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:48,165 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:48,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:48,259 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:48,267 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:55,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:55,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:55,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:55,958 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:56,029 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:56,038 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:48:58,958 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:48:58,980 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,055 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,073 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,083 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,169 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,178 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,415 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,733 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,749 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,760 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,776 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,824 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,831 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:08,850 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:08,857 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,537 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,556 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,599 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,616 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,660 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,689 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,883 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,887 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:09,892 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:09,895 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:10,203 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:10,221 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:10,325 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:10,332 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:10,596 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:10,606 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:14,161 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:14,182 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:14,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:14,292 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:14,553 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:14,563 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:14,931 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:14,949 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:17,336 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:17,353 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:17,446 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:17,454 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:17,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:17,712 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:19,828 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:19,843 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:19,917 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:19,925 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:20,159 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:20,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:36,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:49:36,101 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:49:36,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:49:36,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:49:36,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:49:36,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:49:36,220 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:49:36,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:49:36,315 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:49:36,315 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:49:36,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:49:36,315 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:49:36,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:49:36,406 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:49:36,406 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:49:36,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:49:36,406 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-93) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:49:36,507 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:49:36,507 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:49:36,507 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-93) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:49:40,908 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:40,928 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:41,021 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:41,030 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:44,723 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:44,744 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:49:44,838 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:49:44,848 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:50:36,507 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:50:36,507 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:50:36,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:50:36,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:50:36,631 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:50:36,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:50:36,631 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:50:36,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:50:36,740 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:50:36,740 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:50:36,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:50:36,740 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:50:36,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:50:36,846 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:50:36,846 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:50:36,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:50:36,846 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-96) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:50:36,951 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:50:36,951 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:50:36,951 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-96) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:51:36,952 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:36,952 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:51:36,952 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:51:36,970 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:37,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:37,033 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:37,060 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:51:37,060 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:51:37,060 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:51:37,060 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:51:37,060 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:51:37,133 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:37,145 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:37,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:51:37,163 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:51:37,163 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:51:37,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:51:37,163 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:51:37,268 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:51:37,268 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:51:37,268 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:51:37,268 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:51:37,268 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-31) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:51:37,393 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:51:37,393 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:51:37,393 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-31) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:51:37,406 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:37,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:45,389 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:45,406 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:45,481 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:45,488 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:45,688 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:45,696 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:48,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:48,386 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:48,480 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:48,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,437 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,455 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,554 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,567 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,689 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,776 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,784 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,932 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,947 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:52,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:52,985 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:53,022 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:53,031 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:53,210 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:53,227 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:53,286 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:53,294 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:53,323 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:53,331 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:55,356 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:55,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:55,447 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:55,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:51:59,794 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:51:59,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,235 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,421 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,426 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,438 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,469 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,487 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,522 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,532 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,576 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,585 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,796 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,813 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,874 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,898 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,908 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:06,977 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:06,986 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:07,095 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:07,108 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:07,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:07,116 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:07,199 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:07,207 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,035 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,053 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,130 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,361 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,368 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,369 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,381 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,387 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,438 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,456 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,458 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,484 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,531 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,538 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,699 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,707 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:09,730 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:09,738 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,015 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,036 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,113 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,135 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,204 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,213 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,364 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,380 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,459 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,467 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,484 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,515 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,533 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,631 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,641 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,654 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,673 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,755 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,768 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,798 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,814 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,890 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:15,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:15,994 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:16,002 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:23,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:23,429 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:23,504 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:23,511 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:23,732 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:23,741 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:25,972 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:25,990 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:26,064 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:26,074 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:26,296 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:26,305 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:35,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:35,037 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:37,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:52:37,394 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:52:37,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:52:37,496 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:52:37,496 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:52:37,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:52:37,496 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:52:37,597 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:52:37,597 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:52:37,597 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:52:37,597 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:52:37,597 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:52:37,696 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:52:37,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:52:37,697 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:52:37,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:52:37,697 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-65) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:52:37,796 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:52:37,796 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:52:37,796 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-65) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:52:39,523 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:39,541 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:39,616 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:39,635 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:51,358 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:51,374 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:57,215 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:57,216 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:52:57,233 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:52:57,235 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:13,311 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:13,328 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:27,122 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:27,123 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:27,138 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:27,139 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:30,579 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:30,594 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:30,640 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:30,655 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:30,756 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:30,775 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:35,143 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:35,160 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:37,798 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:53:37,799 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:53:37,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:53:37,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:53:37,902 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:53:37,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:53:37,902 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:53:38,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:53:38,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:53:38,004 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:53:38,004 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:53:38,005 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:53:38,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:53:38,109 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:53:38,109 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:53:38,109 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:53:38,110 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-35) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:53:38,219 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:53:38,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:53:38,220 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-35) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:53:41,224 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:41,243 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:47,033 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:47,045 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:47,051 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:47,062 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:47,140 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:47,149 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:47,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:47,162 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:50,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:50,148 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:59,868 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:59,887 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:53:59,983 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:53:59,992 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:02,154 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:02,170 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:02,704 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:02,721 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:07,278 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:07,295 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:07,376 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:07,385 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:07,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:07,637 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:10,809 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:10,825 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:10,900 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:10,910 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,104 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,123 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,158 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,230 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,240 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,441 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,594 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,613 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,692 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,702 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,767 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,781 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,946 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,949 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:11,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:11,959 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:13,317 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:13,337 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:13,413 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:13,422 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:14,300 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:14,327 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:15,061 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:15,078 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:15,119 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:15,137 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:15,153 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:15,161 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:17,156 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:17,173 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:17,270 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:17,278 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:17,517 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:17,525 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:17,778 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:17,795 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:17,869 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:17,877 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:18,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:18,104 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:20,315 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:20,335 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:20,432 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:20,443 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:20,672 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:20,683 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:25,982 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:25,999 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:26,096 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:54:26,105 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:54:38,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:54:38,221 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:54:38,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:54:38,319 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:54:38,319 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:54:38,319 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:54:38,320 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:54:38,421 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:54:38,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:54:38,421 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:54:38,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:54:38,422 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:54:38,513 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:54:38,513 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:54:38,514 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:54:38,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:54:38,514 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-79) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:54:38,602 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:54:38,602 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:54:38,602 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-79) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:55:38,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:55:38,603 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:55:38,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:55:38,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:55:38,707 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:55:38,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:55:38,707 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:55:38,808 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:55:38,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:55:38,809 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:55:38,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:55:38,809 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:55:38,903 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:55:38,903 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:55:38,903 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:55:38,903 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:55:38,903 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-13) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:55:38,998 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:55:38,998 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:55:38,999 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-13) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:56:39,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-ATLANTE, algorithm: EvenlyDistribute. >2012-11-07 14:56:39,001 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:56:40,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 4. >2012-11-07 14:56:40,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:56:40,009 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 4 >2012-11-07 14:56:40,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PREPRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:56:40,009 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:56:40,216 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 9. >2012-11-07 14:56:40,217 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:56:40,217 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 9 >2012-11-07 14:56:40,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PLATINO, algorithm: EvenlyDistribute. >2012-11-07 14:56:40,217 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:56:40,442 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 6. >2012-11-07 14:56:40,442 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:56:40,442 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 6 >2012-11-07 14:56:40,442 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: Starting load balance for cluster: GC-PRODUCCION, algorithm: EvenlyDistribute. >2012-11-07 14:56:40,442 INFO [org.ovirt.engine.core.bll.VdsLoadBalancer] (QuartzScheduler_Worker-18) VdsLoadBalancer: high util: 75, low util: 0, duration: 2, threashold: 80 >2012-11-07 14:56:40,658 INFO [org.ovirt.engine.core.bll.VdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of relevant vdss (no migration, no pending): 8. >2012-11-07 14:56:40,658 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: number of over utilized vdss found: 0. >2012-11-07 14:56:40,658 INFO [org.ovirt.engine.core.bll.VdsCpuVdsLoadBalancingAlgorithm] (QuartzScheduler_Worker-18) VdsLoadBalancer: max cpu limit: 60, number of ready to migration vdss: 8 >2012-11-07 14:56:42,789 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:42,809 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:43,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:43,167 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:43,275 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:43,287 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:43,494 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:43,502 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:52,509 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:52,526 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:52,607 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:52,623 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:55,322 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:55,349 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:55,485 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:55,493 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:55,875 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:55,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,066 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,097 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,248 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,308 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,326 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,374 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,396 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,430 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,451 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,474 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,486 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,497 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,499 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,529 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,537 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,578 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,586 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,629 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,636 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,651 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,658 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:56:59,827 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:56:59,836 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:04,357 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:04,373 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,282 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,306 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,382 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,396 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,407 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,417 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,431 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,449 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,475 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,495 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,506 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,519 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,536 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,570 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,597 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,607 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,660 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,672 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,742 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,754 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-16) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,763 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,764 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-16) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,769 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,775 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,792 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,816 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,820 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,828 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,853 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,858 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,866 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,873 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,882 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,889 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,912 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,919 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,923 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,939 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:06,980 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:06,991 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:07,145 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:07,157 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:07,194 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:07,205 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:10,933 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:10,938 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:10,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:10,961 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:10,962 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:10,982 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:10,993 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,008 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,010 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,019 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,035 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,037 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,040 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,048 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,079 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,082 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,094 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,109 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,120 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,131 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,143 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,146 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,166 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,284 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,308 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:11,371 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:11,384 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:15,691 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:15,710 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:15,802 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:15,807 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:15,811 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:15,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:15,945 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:15,954 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:16,201 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:16,210 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:18,867 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:18,882 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:18,886 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:18,898 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:18,929 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-19) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:18,942 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-13) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:18,950 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-19) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:18,961 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-13) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:18,966 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:18,975 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:19,046 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-14) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:19,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-3) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:19,067 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-1) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:19,071 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-14) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:19,076 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-1) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:19,082 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-3) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:19,291 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:19,300 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:21,401 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:21,420 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:21,551 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:21,561 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:21,818 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:21,826 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:25,923 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:25,941 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:26,016 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:26,024 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false. >2012-11-07 14:57:26,250 INFO [org.ovirt.engine.core.bll.LoginAdminUserCommand] (http-0.0.0.0-8443-23) Running command: LoginAdminUserCommand internal: false. >2012-11-07 14:57:26,257 INFO [org.ovirt.engine.core.bll.LogoutUserCommand] (http-0.0.0.0-8443-23) Running command: LogoutUserCommand internal: false.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 874477
:
640676
| 640677