Advertisement
Guest User

d

a guest
Oct 6th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. 2017-10-06 05:07:25,562-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,
  2. 'OVESETUP_DWH_DB/securedHostValidation': False, 'OVESETUP_DWH_DB/secured': False, 'OVESETUP_DWH_DB/password': '**FILTERED**', 'OVESETUP_DWH_DB/user': 'ovirt_engine_history'}
  3. 2017-10-06 05:07:25,562-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
  4. select count(*) as count
  5. from pg_catalog.pg_tables
  6. where schemaname = 'public';
  7. ', args: {}
  8. 2017-10-06 05:07:25,562-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  9. 2017-10-06 05:07:25,563-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
  10. Traceback (most recent call last):
  11. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
  12. ] = self.isNewDatabase()
  13. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
  14. transaction=False,
  15. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  16. database=database,
  17. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  18. sslmode=sslmode,
  19. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  20. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  21. OperationalError: could not connect to server: Connection refused
  22. Is the server running on host "localhost" (::1) and accepting
  23. TCP/IP connections on port 5432?
  24. could not connect to server: Connection refused
  25. Is the server running on host "localhost" (127.0.0.1) and accepting
  26. TCP/IP connections on port 5432?
  27.  
  28. 2017-10-06 05:07:25,564-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: 'SHOW server_version', args: {}
  29. 2017-10-06 05:07:25,564-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  30. 2017-10-06 05:07:25,565-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
  31. Traceback (most recent call last):
  32. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
  33. ] = self.checkDBMSUpgrade()
  34. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
  35. database,
  36. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
  37. transaction=False,
  38. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  39. database=database,
  40. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  41. sslmode=sslmode,
  42. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  43. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  44. OperationalError: could not connect to server: Connection refused
  45. Is the server running on host "localhost" (::1) and accepting
  46. TCP/IP connections on port 5432?
  47. could not connect to server: Connection refused
  48. Is the server running on host "localhost" (127.0.0.1) and accepting
  49. TCP/IP connections on port 5432?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement