Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. FATAL: password authentication failed for user "postgresql"
  2. FATAL: password authentication failed for user "postgresql"
  3. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `initialize'
  4. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `new'
  5. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `connect'
  6. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:556:in `initialize'
  7. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
  8. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
  9. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:440:in `new_connection'
  10. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:450:in `checkout_new_connection'
  11. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:421:in `acquire_connection'
  12. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:356:in `block in checkout'
  13. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  14. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `checkout'
  15. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
  16. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  17. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
  18. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:546:in `retrieve_connection'
  19. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_handling.rb:79:in `retrieve_connection'
  20. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_handling.rb:53:in `connection'
  21. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/postgresql_database_tasks.rb:8:in `connection'
  22. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/postgresql_database_tasks.rb:17:in `create'
  23. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:73:in `create'
  24. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:87:in `block in create_current'
  25. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:183:in `block in each_current_configuration'
  26. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:182:in `each'
  27. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:182:in `each_current_configuration'
  28. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:86:in `create_current'
  29. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/railties/databases.rake:20:in `block (2 levels) in <top (required)>'
  30. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:240:in `call'
  31. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:240:in `block in execute'
  32. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:235:in `each'
  33. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:235:in `execute'
  34. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'
  35. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  36. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:172:in `invoke_with_call_chain'
  37. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:165:in `invoke'
  38. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:150:in `invoke_task'
  39. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'
  40. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `each'
  41. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `block in top_level'
  42. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:115:in `run_with_threads'
  43. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:100:in `top_level'
  44. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:78:in `block in run'
  45. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:176:in `standard_exception_handling'
  46. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:75:in `run'
  47. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/bin/rake:33:in `<top (required)>'
  48. /usr/local/bin/rake:23:in `load'
  49. /usr/local/bin/rake:23:in `<main>'
  50. Couldn't create database for {"adapter"=>"postgresql", "database"=>"development", "pool"=>5, "timeout"=>5000, "host"=>"localhost", "user"=>"postgresql", "password"=>"blah"}
  51. FATAL: password authentication failed for user "postgresql"
  52. FATAL: password authentication failed for user "postgresql"
  53. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `initialize'
  54. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `new'
  55. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:848:in `connect'
  56. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:556:in `initialize'
  57. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
  58. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
  59. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:440:in `new_connection'
  60. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:450:in `checkout_new_connection'
  61. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:421:in `acquire_connection'
  62. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:356:in `block in checkout'
  63. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  64. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `checkout'
  65. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
  66. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  67. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
  68. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:546:in `retrieve_connection'
  69. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_handling.rb:79:in `retrieve_connection'
  70. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/connection_handling.rb:53:in `connection'
  71. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/postgresql_database_tasks.rb:8:in `connection'
  72. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/postgresql_database_tasks.rb:17:in `create'
  73. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:73:in `create'
  74. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:87:in `block in create_current'
  75. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:183:in `block in each_current_configuration'
  76. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:182:in `each'
  77. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:182:in `each_current_configuration'
  78. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/tasks/database_tasks.rb:86:in `create_current'
  79. /usr/local/lib/ruby/gems/2.1.0/gems/activerecord-4.0.4/lib/active_record/railties/databases.rake:20:in `block (2 levels) in <top (required)>'
  80. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:240:in `call'
  81. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:240:in `block in execute'
  82. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:235:in `each'
  83. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:235:in `execute'
  84. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'
  85. /usr/local/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  86. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:172:in `invoke_with_call_chain'
  87. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/task.rb:165:in `invoke'
  88. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:150:in `invoke_task'
  89. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'
  90. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `each'
  91. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:106:in `block in top_level'
  92. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:115:in `run_with_threads'
  93. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:100:in `top_level'
  94. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:78:in `block in run'
  95. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:176:in `standard_exception_handling'
  96. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/lib/rake/application.rb:75:in `run'
  97. /usr/local/lib/ruby/gems/2.1.0/gems/rake-10.2.2/bin/rake:33:in `<top (required)>'
  98. /usr/local/bin/rake:23:in `load'
  99. /usr/local/bin/rake:23:in `<main>'
  100. Couldn't create database for {"adapter"=>"postgresql", "database"=>"test", "pool"=>5, "timeout"=>5000, "host"=>"localhost", "user"=>"postgresql", "password"=>"blah"}
  101.  
  102. test:
  103. adapter: postgresql
  104. database: test
  105. pool: 5
  106. timeout: 5000
  107. host: localhost
  108.  
  109.  
  110. production:
  111. adapter: postgresql
  112. database: production
  113. pool: 5
  114. timeout: 5000
  115. host: localhost
  116.  
  117. development:
  118. adapter: postgresql
  119. database: development
  120. pool: 5
  121. timeout: 5000
  122. host: localhost
  123.  
  124. development:
  125. encoding: unicode
  126. adapter: postgresql
  127. database: development
  128. pool: 5
  129. timeout: 5000
  130. host: localhost
  131. port: 5432
  132. username: postgres
  133. password: blah
  134.  
  135.  
  136. test:
  137. encoding: unicode
  138. adapter: postgresql
  139. database: test
  140. pool: 5
  141. timeout: 5000
  142. host: localhost
  143. port: 5432
  144. username: postgres
  145. password: blah
  146.  
  147.  
  148. production:
  149. encoding: unicode
  150. adapter: postgresql
  151. database: production
  152. pool: 5
  153. timeout: 5000
  154. host: localhost
  155. port: 5432
  156. username: postgres
  157. password: blah
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement