Advertisement
Guest User

Error log

a guest
Dec 17th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. =============== Phusion Passenger Standalone web server started ===============
  2. PID file: /home/app/Nyvur/passenger.80.pid
  3. Log file: /home/app/Nyvur/log/passenger.80.log
  4. Environment: production
  5. Accessible via: http://0.0.0.0/
  6.  
  7. You can stop Phusion Passenger Standalone by pressing Ctrl-C.
  8. Problems? Check https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/
  9. ===============================================================================
  10. App 107 stderr: stdin: is not a tty
  11. App 107 stdout:
  12. App 107 stdout: I, [2015-12-17T17:34:39.223372 #107] INFO -- : ** [Raven] Raven 0.12.3 ready to catch errors
  13. I, [2015-12-17T17:34:40.413454 #127] INFO -- : Started HEAD "/" for 127.0.0.1 at 2015-12-17 17:34:40 +0000
  14. App 127 stdout:
  15. F, [2015-12-17T17:34:41.543651 #127] FATAL -- :
  16. PG::ConnectionBad (could not connect to server: No such file or directory
  17. Is the server running locally and accepting
  18. connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
  19. ):
  20. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `initialize'
  21. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `new'
  22. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `connect'
  23. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:568:in `initialize'
  24. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
  25. activerecord (4.1.2) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
  26. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
  27. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
  28. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
  29. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
  30. /usr/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
  31. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
  32. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
  33. /usr/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
  34. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
  35. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
  36. activerecord (4.1.2) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
  37. activerecord (4.1.2) lib/active_record/connection_handling.rb:87:in `connection'
  38. activerecord (4.1.2) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings'
  39. activerecord (4.1.2) lib/active_record/query_cache.rb:43:in `rescue in call'
  40. activerecord (4.1.2) lib/active_record/query_cache.rb:32:in `call'
  41. activerecord (4.1.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
  42. actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
  43. activesupport (4.1.2) lib/active_support/callbacks.rb:82:in `run_callbacks'
  44. actionpack (4.1.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  45. actionpack (4.1.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
  46. actionpack (4.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
  47. actionpack (4.1.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
  48. railties (4.1.2) lib/rails/rack/logger.rb:38:in `call_app'
  49. railties (4.1.2) lib/rails/rack/logger.rb:20:in `block in call'
  50. activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `block in tagged'
  51. activesupport (4.1.2) lib/active_support/tagged_logging.rb:26:in `tagged'
  52. activesupport (4.1.2) lib/active_support/tagged_logging.rb:68:in `tagged'
  53. railties (4.1.2) lib/rails/rack/logger.rb:20:in `call'
  54. request_store (1.1.0) lib/request_store/middleware.rb:8:in `call'
  55. actionpack (4.1.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
  56. rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
  57. rack (1.5.2) lib/rack/runtime.rb:17:in `call'
  58. activesupport (4.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
  59. rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
  60. sentry-raven (0.12.3) lib/raven/integrations/rack.rb:61:in `call'
  61. railties (4.1.2) lib/rails/engine.rb:514:in `call'
  62. railties (4.1.2) lib/rails/application.rb:144:in `call'
  63. passenger (5.0.22) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
  64. passenger (5.0.22) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:160:in `accept_and_process_next_request'
  65. passenger (5.0.22) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:113:in `main_loop'
  66. passenger (5.0.22) src/ruby_supportlib/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
  67. passenger (5.0.22) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
  68.  
  69.  
  70. I, [2015-12-17T17:34:41.559638 #127] INFO -- : Rendered /var/lib/gems/2.2.0/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
  71. I, [2015-12-17T17:34:41.566011 #127] INFO -- : Rendered /var/lib/gems/2.2.0/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
  72. I, [2015-12-17T17:34:41.572608 #127] INFO -- : Rendered /var/lib/gems/2.2.0/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
  73. I, [2015-12-17T17:34:41.572727 #127] INFO -- : Rendered /var/lib/gems/2.2.0/gems/actionpack-4.1.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.2ms)
  74. ^CERROR:
  75. Aborting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement