2013-06-06T05:05:11.067957+00:00 heroku[router]: at=info method=GET path=/tickets host=still-lowlands-8111.herokuapp.com fwd="24.16.23.61" dyno=web.1 connect=4ms service=36ms status=500 bytes=643
2013-06-06T05:05:18.246159+00:00 app[web.1]: Started GET "/" for 24.16.23.61 at 2013-06-06 05:05:18 +0000
2013-06-06T05:05:18.250102+00:00 app[web.1]: Processing by TicketsController#index as HTML
2013-06-06T05:05:18.255306+00:00 app[web.1]: Completed 500 Internal Server Error in 5ms
2013-06-06T05:05:18.256577+00:00 app[web.1]:
2013-06-06T05:05:18.256577+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "tickets" does not exist
2013-06-06T05:05:18.256577+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:05:18.256577+00:00 app[web.1]: ^
2013-06-06T05:05:18.256577+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2013-06-06T05:05:18.256577+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2013-06-06T05:05:18.256577+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2013-06-06T05:05:18.256577+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2013-06-06T05:05:18.256758+00:00 app[web.1]: ORDER BY a.attnum
2013-06-06T05:05:18.256577+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2013-06-06T05:05:18.256758+00:00 app[web.1]: app/controllers/tickets_controller.rb:5:in `index'
2013-06-06T05:05:18.256758+00:00 app[web.1]:
2013-06-06T05:05:18.256577+00:00 app[web.1]: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:05:18.256758+00:00 app[web.1]: ):
2013-06-06T05:05:18.256758+00:00 app[web.1]:
2013-06-06T05:05:18.276552+00:00 heroku[router]: at=info method=GET path=/ host=still-lowlands-8111.herokuapp.com fwd="24.16.23.61" dyno=web.1 connect=2ms service=18ms status=500 bytes=643
2013-06-06T05:11:28.066472+00:00 heroku[slugc]: Slug compilation started
2013-06-06T05:12:34.141608+00:00 heroku[api]: Deploy 94301d8 by pgarland@healthentic.com
2013-06-06T05:12:34.156864+00:00 heroku[api]: Release v10 created by pgarland@healthentic.com
2013-06-06T05:12:34.202372+00:00 heroku[api]: Deploy 94301d8 by pgarland@healthentic.com
2013-06-06T05:12:34.649903+00:00 heroku[slugc]: Slug compilation finished
2013-06-06T05:12:35.780640+00:00 heroku[web.1]: State changed from up to starting
2013-06-06T05:12:37.282184+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 41776`
2013-06-06T05:12:39.739612+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-06-06T05:12:41.231937+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-06-06T05:12:41.231810+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-06-06T05:12:41.709666+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2013-06-06T05:12:41.709666+00:00 app[web.1]: [2013-06-06 05:12:40] ERROR SignalException: SIGTERM
2013-06-06T05:12:45.292329+00:00 app[web.1]: => Booting WEBrick
2013-06-06T05:12:45.292329+00:00 app[web.1]: Connecting to database specified by DATABASE_URL
2013-06-06T05:12:45.292329+00:00 app[web.1]: => Rails 3.2.13 application starting in production on http://0.0.0.0:41776
2013-06-06T05:12:45.292329+00:00 app[web.1]: => Ctrl-C to shutdown server
2013-06-06T05:12:45.292329+00:00 app[web.1]: => Call with -d to detach
2013-06-06T05:12:46.622674+00:00 app[web.1]: [2013-06-06 05:12:46] INFO ruby 1.9.2 (2011-07-09) [x86_64-linux]
2013-06-06T05:12:46.622443+00:00 app[web.1]: [2013-06-06 05:12:46] INFO WEBrick 1.3.1
2013-06-06T05:12:46.623214+00:00 app[web.1]: [2013-06-06 05:12:46] INFO WEBrick::HTTPServer#start: pid=2 port=41776
2013-06-06T05:12:46.837532+00:00 heroku[web.1]: State changed from starting to up
2013-06-06T05:12:49.919615+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2013-06-06T05:12:49.919411+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2013-06-06T05:12:52.728392+00:00 heroku[web.1]: Process exited with status 137
2013-06-06T05:13:06.597324+00:00 app[web.1]: Started GET "/" for 24.16.23.61 at 2013-06-06 05:13:06 +0000
2013-06-06T05:13:06.810847+00:00 app[web.1]: Processing by TicketsController#index as HTML
2013-06-06T05:13:07.020017+00:00 app[web.1]: Completed 500 Internal Server Error in 209ms
2013-06-06T05:13:07.021760+00:00 app[web.1]:
2013-06-06T05:13:07.021760+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "tickets" does not exist
2013-06-06T05:13:07.021760+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:13:07.021760+00:00 app[web.1]: ^
2013-06-06T05:13:07.021760+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2013-06-06T05:13:07.021760+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2013-06-06T05:13:07.021760+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2013-06-06T05:13:07.021760+00:00 app[web.1]: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:13:07.021947+00:00 app[web.1]: ORDER BY a.attnum
2013-06-06T05:13:07.021947+00:00 app[web.1]: ):
2013-06-06T05:13:07.021760+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2013-06-06T05:13:07.021760+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2013-06-06T05:13:07.021947+00:00 app[web.1]:
2013-06-06T05:13:07.021947+00:00 app[web.1]: app/controllers/tickets_controller.rb:5:in `index'
2013-06-06T05:13:07.021947+00:00 app[web.1]:
2013-06-06T05:13:07.037714+00:00 heroku[router]: at=info method=GET path=/ host=still-lowlands-8111.herokuapp.com fwd="24.16.23.61" dyno=web.1 connect=10ms service=459ms status=500 bytes=643
2013-06-06T05:22:37.949187+00:00 app[web.1]: Started GET "/" for 24.16.23.61 at 2013-06-06 05:22:37 +0000
2013-06-06T05:22:38.007434+00:00 app[web.1]: Processing by TicketsController#index as HTML
2013-06-06T05:22:38.015500+00:00 app[web.1]: Completed 500 Internal Server Error in 8ms
2013-06-06T05:22:38.021800+00:00 app[web.1]:
2013-06-06T05:22:38.021800+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "tickets" does not exist
2013-06-06T05:22:38.021800+00:0
0 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2013-06-06T05:22:38.022141+00:00 app[web.1]: app/controllers/tickets_controller.rb:5:in `index'
2013-06-06T05:22:38.022141+00:00 app[web.1]: ORDER BY a.attnum
2013-06-06T05:22:38.021800+00:00 app[web.1]: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:22:38.021800+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:22:38.021800+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2013-06-06T05:22:38.021800+00:00 app[web.1]: ^
2013-06-06T05:22:38.021800+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2013-06-06T05:22:38.022141+00:00 app[web.1]: ):
2013-06-06T05:22:38.022141+00:00 app[web.1]:
2013-06-06T05:22:38.021800+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2013-06-06T05:22:38.021800+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2013-06-06T05:22:38.022141+00:00 app[web.1]:
2013-06-06T05:22:38.026394+00:00 heroku[router]: at=info method=GET path=/ host=still-lowlands-8111.herokuapp.com fwd="24.16.23.61" dyno=web.1 connect=12ms service=78ms status=500 bytes=643
2013-06-06T05:22:38.960689+00:00 app[web.1]: Started GET "/" for 24.16.23.61 at 2013-06-06 05:22:38 +0000
2013-06-06T05:22:38.963494+00:00 app[web.1]: Processing by TicketsController#index as HTML
2013-06-06T05:22:38.982844+00:00 app[web.1]:
2013-06-06T05:22:38.982844+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "tickets" does not exist
2013-06-06T05:22:38.982844+00:00 app[web.1]: ^
2013-06-06T05:22:38.982844+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2013-06-06T05:22:38.983075+00:00 app[web.1]: ):
2013-06-06T05:22:38.982844+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2013-06-06T05:22:38.982844+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2013-06-06T05:22:38.983075+00:00 app[web.1]:
2013-06-06T05:22:38.983075+00:00 app[web.1]: app/controllers/tickets_controller.rb:5:in `index'
2013-06-06T05:22:38.982844+00:00 app[web.1]: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:22:38.976223+00:00 app[web.1]: Completed 500 Internal Server Error in 5ms
2013-06-06T05:22:38.982844+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2013-06-06T05:22:38.982844+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2013-06-06T05:22:38.982844+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"tickets"'::regclass
2013-06-06T05:22:38.983075+00:00 app[web.1]:
2013-06-06T05:22:38.983075+00:00 app[web.1]: ORDER BY a.attnum
2013-06-06T05:22:38.990915+00:00 heroku[router]: at=info method=GET path=/ host=still-lowlands-8111.herokuapp.com fwd="24.16.23.61" dyno=web.1 connect=11ms service=39ms status=500 bytes=643