palx

fresh production.log

Aug 19th, 2021 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.21 KB | None | 0 0
  1. # /var/www/alaveteli.myfoia.org/alaveteli/log/production.log
  2. # after running:
  3. # sudo sh install-site.sh alaveteli alaveteli-usr alaveteli.myfoia.org >> install-sh.log
  4. # on Ubuntu 18.04
  5. # see also install.log https://pastebin.com/kEvx7sM0
  6.  
  7.  
  8. W, [2021-08-19T10:46:41.642826 #30338]  WARN -- : No database tables found for feature flags, you might need to set a backend explicitly if you don't want them stored in a database, or runrake db:migrate to create the table.
  9. W, [2021-08-19T10:46:41.642995 #30338]  WARN -- : Using memory-based feature storage instead.
  10. W, [2021-08-19T10:46:46.623414 #30396]  WARN -- : No database tables found for feature flags, you might need to set a backend explicitly if you don't want them stored in a database, or runrake db:migrate to create the table.
  11. W, [2021-08-19T10:46:46.623514 #30396]  WARN -- : Using memory-based feature storage instead.
  12. W, [2021-08-19T10:47:02.971768 #30575]  WARN -- : No database tables found for feature flags, you might need to set a backend explicitly if you don't want them stored in a database, or runrake db:migrate to create the table.
  13. W, [2021-08-19T10:47:02.971927 #30575]  WARN -- : Using memory-based feature storage instead.
  14. W, [2021-08-19T10:47:08.668999 #30740]  WARN -- : No database tables found for feature flags, you might need to set a backend explicitly if you don't want them stored in a database, or runrake db:migrate to create the table.
  15. W, [2021-08-19T10:47:08.669116 #30740]  WARN -- : Using memory-based feature storage instead.
  16. W, [2021-08-19T11:17:29.689326 #31552]  WARN -- : No database tables found for feature flags, you might need to set a backend explicitly if you don't want them stored in a database, or runrake db:migrate to create the table.
  17. W, [2021-08-19T11:17:29.689552 #31552]  WARN -- : Using memory-based feature storage instead.
  18. I, [2021-08-19T11:18:15.902502 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] Started GET "/" for 84.232.141.165 at 2021-08-19 11:18:15 +0000
  19. I, [2021-08-19T11:18:15.904489 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] Processing by GeneralController#frontpage as HTML
  20. F, [2021-08-19T11:18:15.928125 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]
  21. ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR:  relation "track_things" does not exist
  22. LINE 8:                WHERE a.attrelid = '"track_things"'::regclass
  23.                                           ^
  24. :               SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  25.                      pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
  26.                      c.collname, col_description(a.attrelid, a.attnum) AS comment
  27.                 FROM pg_attribute a
  28.                 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  29.                 LEFT JOIN pg_type t ON a.atttypid = t.oid
  30.                 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
  31.                WHERE a.attrelid = '"track_things"'::regclass
  32.                  AND a.attnum > 0 AND NOT a.attisdropped
  33.                ORDER BY a.attnum
  34. ):
  35.   app/models/track_thing.rb:118:in `create_track_for_search_query'
  36.  app/controllers/general_controller.rb:20:in `frontpage'
  37.   app/controllers/application_controller.rb:115:in `record_memory'
  38.  lib/strip_empty_sessions.rb:14:in `call'
  39.  
  40.  
  41. I, [2021-08-19T11:18:15.949491 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendering /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/exception_notification.text.erb
  42. I, [2021-08-19T11:18:15.953267 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_request.text.erb (1.0ms)
  43. I, [2021-08-19T11:18:15.955354 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.4ms)
  44. I, [2021-08-19T11:18:15.957616 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_session.text.erb (0.7ms)
  45. I, [2021-08-19T11:18:15.957856 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.0ms)
  46. I, [2021-08-19T11:18:16.005484 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_environment.text.erb (46.2ms)
  47. I, [2021-08-19T11:18:16.005919 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.1ms)
  48. I, [2021-08-19T11:18:16.026732 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_backtrace.text.erb (0.6ms)
  49. I, [2021-08-19T11:18:16.027106 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.1ms)
  50. I, [2021-08-19T11:18:16.029098 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/exception_notification.text.erb (79.5ms)
  51. I, [2021-08-19T11:18:16.087216 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] Sent mail to team@alaveteli.myfoia.org (55.9ms)
  52. I, [2021-08-19T11:18:16.098330 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendering general/exception_caught.html.erb within layouts/default
  53. I, [2021-08-19T11:18:16.100364 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered general/exception_caught.html.erb within layouts/default (1.9ms)
  54. I, [2021-08-19T11:18:16.108997 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered layouts/_favicon.html.erb (0.9ms)
  55. I, [2021-08-19T11:18:16.120381 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered general/_responsive_stylesheets.html.erb (3.5ms)
  56. I, [2021-08-19T11:18:16.120851 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered general/_stylesheet_includes.html.erb (8.0ms)
  57. I, [2021-08-19T11:18:16.127006 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered general/_opengraph_tags.html.erb (1.2ms)
  58. I, [2021-08-19T11:18:16.128138 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered lib/themes/alavetelitheme/lib/views/general/_before_head_end.html.erb (0.3ms)
  59. I, [2021-08-19T11:18:16.140882 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] Completed 500 Internal Server Error in 236ms (ActiveRecord: 9.2ms)
  60. I, [2021-08-19T11:18:16.149277 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendering /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/exception_notification.text.erb
  61. I, [2021-08-19T11:18:16.149992 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_request.text.erb (0.3ms)
  62. I, [2021-08-19T11:18:16.153764 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.1ms)
  63. I, [2021-08-19T11:18:16.154584 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_session.text.erb (0.5ms)
  64. I, [2021-08-19T11:18:16.154802 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.0ms)
  65. I, [2021-08-19T11:18:16.239101 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_environment.text.erb (83.9ms)
  66. I, [2021-08-19T11:18:16.239511 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.1ms)
  67. I, [2021-08-19T11:18:16.251796 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_backtrace.text.erb (0.1ms)
  68. I, [2021-08-19T11:18:16.252001 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/_title.text.erb (0.0ms)
  69. I, [2021-08-19T11:18:16.253249 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]   Rendered /home/alaveteli-usr/bundle/ruby/2.5.0/gems/exception_notification-4.4.3/lib/exception_notifier/views/exception_notifier/exception_notification.text.erb (103.9ms)
  70. I, [2021-08-19T11:18:16.306646 #31552]  INFO -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] Sent mail to team@alaveteli.myfoia.org (51.2ms)
  71. F, [2021-08-19T11:18:16.308545 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]  
  72. F, [2021-08-19T11:18:16.308619 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] ActionView::Template::Error (PG::UndefinedTable: ERROR:  relation "announcements" does not exist
  73. LINE 8:                WHERE a.attrelid = '"announcements"'::regclas...
  74.                                           ^
  75. :               SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  76.                      pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
  77.                      c.collname, col_description(a.attrelid, a.attnum) AS comment
  78.                 FROM pg_attribute a
  79.                 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  80.                 LEFT JOIN pg_type t ON a.atttypid = t.oid
  81.                 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
  82.                WHERE a.attrelid = '"announcements"'::regclass
  83.                  AND a.attnum > 0 AND NOT a.attisdropped
  84.                ORDER BY a.attnum
  85. ):
  86. F, [2021-08-19T11:18:16.309025 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     53:
  87. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     54:     <a href="#content" class="show-with-keyboard-focus-only skip-to-link" tabindex="0">Skip to content</a>
  88. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     55:       <!-- begin popups -->
  89. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     56:         <%= render 'general/site_wide_announcement' if site_wide_announcement.present? %>
  90. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     57:         <div id="country-message">
  91. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     58:         </div>
  92. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]     59:       <!-- end popups -->
  93. F, [2021-08-19T11:18:16.309082 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805]  
  94. F, [2021-08-19T11:18:16.309119 #31552] FATAL -- : [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] app/models/announcement.rb:28:in `block in <class:Announcement>'
  95. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] app/helpers/application_helper.rb:206:in `site_wide_announcement'
  96. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] app/views/layouts/default.html.erb:56:in `_app_views_layouts_default_html_erb___2121841013742018036_47194771869060'
  97. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] app/controllers/application_controller.rb:187:in `block (2 levels) in render_exception'
  98. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] app/controllers/application_controller.rb:186:in `render_exception'
  99. [3c38ebd2-e6e7-45eb-89f6-1d3fe71c8805] lib/strip_empty_sessions.rb:14:in `call'
  100.  
Add Comment
Please, Sign In to add comment