Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2017-10-09 04:12:18,256-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1270 dbenv: {'OVESETUP_DWH_DB/database': 'ovirt_engine_history', 'OVESETUP_DWH_DB/host': 'localhost', 'OVESETUP_DWH_DB/port': 5432, 'OVESETUP_DWH_DB/securedHostValidation': False, 'OVESETUP_DWH_DB/secured': False, 'OVESETUP_DWH_DB/password': '**FILTERED**', 'OVESETUP_DWH_DB/user': 'ovirt_engine_history'}
- 2017-10-09 04:12:18,256-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
- select count(*) as count
- from pg_catalog.pg_tables
- where schemaname = 'public';
- ', args: {}
- 2017-10-09 04:12:18,256-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,257-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
- ] = self.isNewDatabase()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
- 2017-10-09 04:12:18,257-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: 'SHOW server_version', args: {}
- 2017-10-09 04:12:18,257-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,258-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
- ] = self.checkDBMSUpgrade()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
- database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
- 2017-10-09 04:12:18,259-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection.Plugin._customization
- 2017-10-09 04:12:18,259-0400 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection hostname.__init__:139 Hostname initialized only at stage 6 so the detection of the required commands is up to the caller object
- 2017-10-09 04:12:18,259-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/host
- 2017-10-09 04:12:18,260-0400 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine.db.connection hostname._validateFQDNresolvability:261 localhost resolves to: set(['127.0.0.1'])
- 2017-10-09 04:12:18,260-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/port
- 2017-10-09 04:12:18,260-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/database
- 2017-10-09 04:12:18,260-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/user
- 2017-10-09 04:12:18,260-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/password
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1270 dbenv: {'OVESETUP_DB/database': 'engine', 'OVESETUP_DB/host': 'localhost', 'OVESETUP_DB/user': 'engine', 'OVESETUP_DB/secured': False, 'OVESETUP_DB/securedHostValidation': False, 'OVESETUP_DB/password': '**FILTERED**', 'OVESETUP_DB/port': 5432}
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
- select count(*) as count
- from pg_catalog.pg_tables
- where schemaname = 'public';
- ', args: {}
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
- ] = self.isNewDatabase()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: 'SHOW server_version', args: {}
- 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,262-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
- ] = self.checkDBMSUpgrade()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
- database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
- 2017-10-09 04:12:18,263-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.configuration.Plugin._customization
- 2017-10-09 04:12:18,263-0400 DEBUG otopi.context context._executeMethod:135 condition False
- 2017-10-09 04:12:18,264-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.db.dbmsupgrade.Plugin._customization
- 2017-10-09 04:12:18,264-0400 DEBUG otopi.context context._executeMethod:135 condition False
- 2017-10-09 04:12:18,266-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_common.dialog.titles.Plugin._db_owners_connections_customized
- 2017-10-09 04:12:18,267-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_dwh.db.dbmsupgrade.Plugin._customization
- 2017-10-09 04:12:18,267-0400 DEBUG otopi.context context._executeMethod:135 condition False
- 2017-10-09 04:12:18,268-0400 DEBUG otopi.context context._executeMethod:128 Stage customization METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine_dwh.db.engine_connection.Plugin._engine_customization
- 2017-10-09 04:12:18,268-0400 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine_dwh.db.engine_connection hostname.__init__:139 Hostname initialized only at stage 6 so the detection of the required commands is up to the caller object
- 2017-10-09 04:12:18,268-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/host
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.plugins.ovirt_engine_setup.ovirt_engine_dwh.db.engine_connection hostname._validateFQDNresolvability:261 localhost resolves to: set(['127.0.0.1'])
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/port
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/database
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/user
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database dialog.queryEnvKey:90 queryEnvKey called for key OVESETUP_DB/password
- 2017-10-09 04:12:18,269-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1270 dbenv: {'OVESETUP_DB/database': 'engine', 'OVESETUP_DB/host': 'localhost', 'OVESETUP_DB/user': 'engine', 'OVESETUP_DB/secured': False, 'OVESETUP_DB/securedHostValidation': False, 'OVESETUP_DB/password': '**FILTERED**', 'OVESETUP_DB/port': 5432}
- 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
- select count(*) as count
- from pg_catalog.pg_tables
- where schemaname = 'public';
- ', args: {}
- 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
- ] = self.isNewDatabase()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
- 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: 'SHOW server_version', args: {}
- 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
- 2017-10-09 04:12:18,271-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
- Traceback (most recent call last):
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
- ] = self.checkDBMSUpgrade()
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
- database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
- transaction=False,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
- database=database,
- File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
- sslmode=sslmode,
- File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- conn = _connect(dsn, connection_factory=connection_factory, async=async)
- OperationalError: could not connect to server: Connection refused
- Is the server running on host "localhost" (::1) and accepting
- TCP/IP connections on port 5432?
- could not connect to server: Connection refused
- Is the server running on host "localhost" (127.0.0.1) and accepting
- TCP/IP connections on port 5432?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement