Advertisement
Guest User

d

a guest
Oct 9th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 KB | None | 0 0
  1. 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'}
  2. 2017-10-09 04:12:18,256-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
  3. select count(*) as count
  4. from pg_catalog.pg_tables
  5. where schemaname = 'public';
  6. ', args: {}
  7. 2017-10-09 04:12:18,256-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  8. 2017-10-09 04:12:18,257-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
  9. Traceback (most recent call last):
  10. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
  11. ] = self.isNewDatabase()
  12. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
  13. transaction=False,
  14. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  15. database=database,
  16. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  17. sslmode=sslmode,
  18. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  19. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  20. OperationalError: could not connect to server: Connection refused
  21. Is the server running on host "localhost" (::1) and accepting
  22. TCP/IP connections on port 5432?
  23. could not connect to server: Connection refused
  24. Is the server running on host "localhost" (127.0.0.1) and accepting
  25. TCP/IP connections on port 5432?
  26.  
  27. 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: {}
  28. 2017-10-09 04:12:18,257-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  29. 2017-10-09 04:12:18,258-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
  30. Traceback (most recent call last):
  31. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
  32. ] = self.checkDBMSUpgrade()
  33. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
  34. database,
  35. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
  36. transaction=False,
  37. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  38. database=database,
  39. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  40. sslmode=sslmode,
  41. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  42. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  43. OperationalError: could not connect to server: Connection refused
  44. Is the server running on host "localhost" (::1) and accepting
  45. TCP/IP connections on port 5432?
  46. could not connect to server: Connection refused
  47. Is the server running on host "localhost" (127.0.0.1) and accepting
  48. TCP/IP connections on port 5432?
  49.  
  50. 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
  51. 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
  52. 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
  53. 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'])
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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}
  59. 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
  60. select count(*) as count
  61. from pg_catalog.pg_tables
  62. where schemaname = 'public';
  63. ', args: {}
  64. 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  65. 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
  66. Traceback (most recent call last):
  67. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
  68. ] = self.isNewDatabase()
  69. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
  70. transaction=False,
  71. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  72. database=database,
  73. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  74. sslmode=sslmode,
  75. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  76. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  77. OperationalError: could not connect to server: Connection refused
  78. Is the server running on host "localhost" (::1) and accepting
  79. TCP/IP connections on port 5432?
  80. could not connect to server: Connection refused
  81. Is the server running on host "localhost" (127.0.0.1) and accepting
  82. TCP/IP connections on port 5432?
  83.  
  84. 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: {}
  85. 2017-10-09 04:12:18,261-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  86. 2017-10-09 04:12:18,262-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
  87. Traceback (most recent call last):
  88. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
  89. ] = self.checkDBMSUpgrade()
  90. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
  91. database,
  92. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
  93. transaction=False,
  94. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  95. database=database,
  96. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  97. sslmode=sslmode,
  98. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  99. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  100. OperationalError: could not connect to server: Connection refused
  101. Is the server running on host "localhost" (::1) and accepting
  102. TCP/IP connections on port 5432?
  103. could not connect to server: Connection refused
  104. Is the server running on host "localhost" (127.0.0.1) and accepting
  105. TCP/IP connections on port 5432?
  106.  
  107. 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
  108. 2017-10-09 04:12:18,263-0400 DEBUG otopi.context context._executeMethod:135 condition False
  109. 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
  110. 2017-10-09 04:12:18,264-0400 DEBUG otopi.context context._executeMethod:135 condition False
  111. 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
  112. 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
  113. 2017-10-09 04:12:18,267-0400 DEBUG otopi.context context._executeMethod:135 condition False
  114. 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
  115. 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
  116. 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
  117. 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'])
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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}
  123. 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:224 Database: 'None', Statement: '
  124. select count(*) as count
  125. from pg_catalog.pg_tables
  126. where schemaname = 'public';
  127. ', args: {}
  128. 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  129. 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1302 database connection failed
  130. Traceback (most recent call last):
  131. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1300, in getCredentials
  132. ] = self.isNewDatabase()
  133. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 417, in isNewDatabase
  134. transaction=False,
  135. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  136. database=database,
  137. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  138. sslmode=sslmode,
  139. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  140. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  141. OperationalError: could not connect to server: Connection refused
  142. Is the server running on host "localhost" (::1) and accepting
  143. TCP/IP connections on port 5432?
  144. could not connect to server: Connection refused
  145. Is the server running on host "localhost" (127.0.0.1) and accepting
  146. TCP/IP connections on port 5432?
  147.  
  148. 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: {}
  149. 2017-10-09 04:12:18,270-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.execute:229 Creating own connection
  150. 2017-10-09 04:12:18,271-0400 DEBUG otopi.ovirt_engine_setup.engine_common.database database.getCredentials:1309 database version check failed
  151. Traceback (most recent call last):
  152. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 1307, in getCredentials
  153. ] = self.checkDBMSUpgrade()
  154. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 486, in checkDBMSUpgrade
  155. database,
  156. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 444, in checkServerVersion
  157. transaction=False,
  158. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 238, in execute
  159. database=database,
  160. File "/usr/share/ovirt-engine/setup/ovirt_engine_setup/engine_common/database.py", line 172, in connect
  161. sslmode=sslmode,
  162. File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
  163. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  164. OperationalError: could not connect to server: Connection refused
  165. Is the server running on host "localhost" (::1) and accepting
  166. TCP/IP connections on port 5432?
  167. could not connect to server: Connection refused
  168. Is the server running on host "localhost" (127.0.0.1) and accepting
  169. TCP/IP connections on port 5432?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement