Giter Site home page Giter Site logo

Comments (5)

KrauseFx avatar KrauseFx commented on July 20, 2024

Could you share the complete log + stack trace?

from boarding.

DasHutch avatar DasHutch commented on July 20, 2024

original app.

DasHutch at MacBook-Pro in ~/Developer/DasHutch Development/First Person/murrow-beta on develop
$ heroku logs --app firstpersonnews
2015-10-13T19:53:31.299275+00:00 heroku[web.1]: State changed from starting to up
2015-10-13T19:53:36.109096+00:00 heroku[router]: at=info method=GET path="/assets/application-f3f136b3e9092fe65f34f20e3d7506a326aa98bf1c2d5586a0fcc5ca2514e51c.css" host=firstpersonnews.herokuapp.com request_id=b132f3c1-bd4d-47df-a4e8-8c18f40b1f30 fwd="68.167.168.74" dyno=web.1 connect=1ms service=17ms status=200 bytes=125570
2015-10-13T19:53:35.964502+00:00 heroku[router]: at=info method=GET path="/" host=firstpersonnews.herokuapp.com request_id=683f17a4-c87d-42eb-9d1c-f861b265d2b0 fwd="68.167.168.74" dyno=web.1 connect=1ms service=3444ms status=200 bytes=3084
2015-10-13T19:53:36.288954+00:00 heroku[router]: at=info method=GET path="/assets/application-80da01c33924bd1244637f3e291b699a7e2aa593beef2093dc6a40f5fe44d561.js" host=firstpersonnews.herokuapp.com request_id=40af058c-94f1-4b2e-97f8-88e18d4fe5e8 fwd="68.167.168.74" dyno=web.1 connect=0ms service=16ms status=200 bytes=138987
2015-10-13T19:53:37.675809+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=firstpersonnews.herokuapp.com request_id=a757067a-4812-4a09-bf4d-8bf73bd4c848 fwd="68.167.168.74" dyno=web.1 connect=12ms service=12ms status=200 bytes=228
2015-10-13T19:58:00.309797+00:00 heroku[router]: at=info method=POST path="/submit" host=firstpersonnews.herokuapp.com request_id=585dc06e-071e-4f88-8a31-f6c4c39e5c1b fwd="68.167.168.74" dyno=web.1 connect=0ms service=8537ms status=200 bytes=2185
2015-10-13T19:58:00.292038+00:00 app[web.1]: => Rails 4.2.1 application starting in production on http://0.0.0.0:18435
2015-10-13T19:58:00.292033+00:00 app[web.1]: => Booting WEBrick
2015-10-13T19:58:00.292042+00:00 app[web.1]: => Ctrl-C to shutdown server
2015-10-13T19:58:00.292040+00:00 app[web.1]: => Run `rails server -h` for more startup options
2015-10-13T19:58:00.292048+00:00 app[web.1]: I, [2015-10-13T19:53:35.950898 #3]  INFO -- :   Rendered invite/index.html.erb within layouts/application (17.8ms)
2015-10-13T19:58:00.292044+00:00 app[web.1]: I, [2015-10-13T19:53:32.525051 #3]  INFO -- : Started GET "/" for 68.167.168.74 at 2015-10-13 19:53:32 +0000
2015-10-13T19:58:00.292050+00:00 app[web.1]: I, [2015-10-13T19:53:35.954958 #3]  INFO -- : Completed 200 OK in 3424ms (Views: 23.8ms)
2015-10-13T19:58:00.292046+00:00 app[web.1]: I, [2015-10-13T19:53:32.530779 #3]  INFO -- : Processing by InviteController#index as HTML
2015-10-13T19:58:00.292051+00:00 app[web.1]: I, [2015-10-13T19:57:51.778311 #3]  INFO -- : Started POST "/submit" for 68.167.168.74 at 2015-10-13 19:57:51 +0000
2015-10-13T19:58:00.292055+00:00 app[web.1]: I, [2015-10-13T19:57:51.779920 #3]  INFO -- :   Parameters: {"utf8"=>"✓", "authenticity_token"=>"ScwoXwxQT4oO1CfC1w+zj2rADgFOHkvGNHw4DQ6hj2i1eoFfcHwwQ2HiOqw8G65Yg9YzZfyff+o+DlEx6AsLyA==", "first_name"=>"Gregory", "last_name"=>"Hutchinson", "email"=>"[email protected]", "commit"=>"Get Beta Access"}
2015-10-13T19:58:00.292053+00:00 app[web.1]: I, [2015-10-13T19:57:51.779840 #3]  INFO -- : Processing by InviteController#submit as HTML
2015-10-13T19:58:00.292059+00:00 app[web.1]: I, [2015-10-13T19:57:55.480708 #3]  INFO -- : Successfully created tester [email protected]
2015-10-13T19:58:00.292061+00:00 app[web.1]: I, [2015-10-13T19:57:55.485936 #3]  INFO -- : Addding tester to application
2015-10-13T19:58:00.292062+00:00 app[web.1]: I, [2015-10-13T19:57:56.180729 #3]  INFO -- : Done
2015-10-13T19:58:00.292065+00:00 app[web.1]: F, [2015-10-13T19:58:00.291943 #3] FATAL -- : /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:43:in `lookup'
2015-10-13T19:58:00.292057+00:00 app[web.1]: I, [2015-10-13T19:57:51.781134 #3]  INFO -- : Going to create a new tester: [email protected] - Gregory Hutchinson
2015-10-13T19:58:00.292063+00:00 app[web.1]: F, [2015-10-13T19:58:00.291749 #3] FATAL -- : #<NoMethodError: undefined method `[]' for nil:NilClass>
2015-10-13T19:58:00.292067+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:45:in `lookup'
2015-10-13T19:58:00.292071+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:151:in `block (2 levels) in testing_is_live?'
2015-10-13T19:58:00.292069+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:88:in `block (3 levels) in mapping_module'
2015-10-13T19:58:00.292068+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:28:in `get'
2015-10-13T19:58:00.292072+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:150:in `each'
2015-10-13T19:58:00.292073+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:150:in `block in testing_is_live?'
2015-10-13T19:58:00.292075+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:148:in `each'
2015-10-13T19:58:00.292076+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:148:in `testing_is_live?'
2015-10-13T19:58:00.292078+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:65:in `submit'
2015-10-13T19:58:00.292079+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2015-10-13T19:58:00.292081+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/base.rb:198:in `process_action'
2015-10-13T19:58:00.292082+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rendering.rb:10:in `process_action'
2015-10-13T19:58:00.292083+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2015-10-13T19:58:00.292084+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:117:in `call'
2015-10-13T19:58:00.292086+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:117:in `call'
2015-10-13T19:58:00.292087+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2015-10-13T19:58:00.292088+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:505:in `call'
2015-10-13T19:58:00.292090+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:505:in `call'
2015-10-13T19:58:00.292091+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:92:in `_run_callbacks'
2015-10-13T19:58:00.292093+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
2015-10-13T19:58:00.292094+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2015-10-13T19:58:00.292095+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/callbacks.rb:19:in `process_action'
2015-10-13T19:58:00.292097+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rescue.rb:29:in `process_action'
2015-10-13T19:58:00.292098+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2015-10-13T19:58:00.292104+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:164:in `block in instrument'
2015-10-13T19:58:00.292106+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2015-10-13T19:58:00.292107+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:164:in `instrument'
2015-10-13T19:58:00.292109+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2015-10-13T19:58:00.292110+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2015-10-13T19:58:00.292112+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/base.rb:137:in `process'
2015-10-13T19:58:00.292113+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionview-4.2.1/lib/action_view/rendering.rb:30:in `process'
2015-10-13T19:58:00.292116+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2015-10-13T19:58:00.292115+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal.rb:196:in `dispatch'
2015-10-13T19:58:00.292120+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
2015-10-13T19:58:00.292119+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:74:in `call'
2015-10-13T19:58:00.292117+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal.rb:237:in `block in action'
2015-10-13T19:58:00.292121+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:43:in `serve'
2015-10-13T19:58:00.292122+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:43:in `block in serve'
2015-10-13T19:58:00.292124+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:30:in `each'
2015-10-13T19:58:00.292125+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:30:in `serve'
2015-10-13T19:58:00.292126+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:819:in `call'
2015-10-13T19:58:00.292127+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'
2015-10-13T19:58:00.292129+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/conditionalget.rb:38:in `call'
2015-10-13T19:58:00.292130+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'
2015-10-13T19:58:00.292131+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2015-10-13T19:58:00.292133+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/flash.rb:260:in `call'
2015-10-13T19:58:00.292134+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in `context'
2015-10-13T19:58:00.292135+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in `call'
2015-10-13T19:58:00.292137+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/cookies.rb:560:in `call'
2015-10-13T19:58:00.292138+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2015-10-13T19:58:00.292139+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:88:in `call'
2015-10-13T19:58:00.292140+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:88:in `_run_callbacks'
2015-10-13T19:58:00.292142+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
2015-10-13T19:58:00.292144+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2015-10-13T19:58:00.292145+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2015-10-13T19:58:00.292147+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2015-10-13T19:58:00.292148+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2015-10-13T19:58:00.292149+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2015-10-13T19:58:00.292151+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/rack/logger.rb:38:in `call_app'
2015-10-13T19:58:00.292152+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/rack/logger.rb:22:in `call'
2015-10-13T19:58:00.292155+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'
2015-10-13T19:58:00.292154+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/request_id.rb:21:in `call'
2015-10-13T19:58:00.292156+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'
2015-10-13T19:58:00.292160+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
2015-10-13T19:58:00.292162+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/static.rb:113:in `call'
2015-10-13T19:58:00.292163+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'
2015-10-13T19:58:00.292184+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/engine.rb:518:in `call'
2015-10-13T19:58:00.292186+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/application.rb:164:in `call'
2015-10-13T19:58:00.292189+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/content_length.rb:15:in `call'
2015-10-13T19:58:00.292187+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'
2015-10-13T19:58:00.292190+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'
2015-10-13T19:58:00.292192+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2015-10-13T19:58:00.292194+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2015-10-13T19:58:00.292193+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2015-10-13T20:09:45.506076+00:00 heroku[api]: Resize console to Hobby by [email protected]
2015-10-13T20:09:45.441006+00:00 heroku[api]: Resize worker to Hobby by [email protected]
2015-10-13T20:09:45.476596+00:00 heroku[api]: Resize web to Hobby by [email protected]
2015-10-13T20:09:45.536961+00:00 heroku[api]: Resize rake to Hobby by [email protected]

from boarding.

DasHutch avatar DasHutch commented on July 20, 2024

test app. (not sure if all logs or not - just ran heroku logs)

$ heroku logs --app firstpersonnews-test
2015-10-13T20:10:21.301930+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:45:in `lookup'
2015-10-13T20:10:21.301932+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:28:in `get'
2015-10-13T20:10:21.301929+00:00 app[web.1]: F, [2015-10-13T20:10:21.301583 #3] FATAL -- : /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:43:in `lookup'
2015-10-13T20:10:21.301936+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:151:in `block (2 levels) in testing_is_live?'
2015-10-13T20:10:21.301934+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/spaceship-0.9.0/lib/spaceship/base.rb:88:in `block (3 levels) in mapping_module'
2015-10-13T20:10:21.301937+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:150:in `each'
2015-10-13T20:10:21.301939+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:150:in `block in testing_is_live?'
2015-10-13T20:10:21.301941+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:148:in `each'
2015-10-13T20:10:21.301943+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:148:in `testing_is_live?'
2015-10-13T20:10:21.301948+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/base.rb:198:in `process_action'
2015-10-13T20:10:21.301944+00:00 app[web.1]: /app/app/controllers/invite_controller.rb:65:in `submit'
2015-10-13T20:10:21.301946+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2015-10-13T20:10:21.301951+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2015-10-13T20:10:21.301953+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:117:in `call'
2015-10-13T20:10:21.301950+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rendering.rb:10:in `process_action'
2015-10-13T20:10:21.301956+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
2015-10-13T20:10:21.301958+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:505:in `call'
2015-10-13T20:10:21.301960+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:505:in `call'
2015-10-13T20:10:21.301955+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:117:in `call'
2015-10-13T20:10:21.301963+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
2015-10-13T20:10:21.301962+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:92:in `_run_callbacks'
2015-10-13T20:10:21.301967+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/callbacks.rb:19:in `process_action'
2015-10-13T20:10:21.301965+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2015-10-13T20:10:21.301970+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
2015-10-13T20:10:21.301968+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rescue.rb:29:in `process_action'
2015-10-13T20:10:21.301982+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:164:in `block in instrument'
2015-10-13T20:10:21.301984+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2015-10-13T20:10:21.301986+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/notifications.rb:164:in `instrument'
2015-10-13T20:10:21.301987+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2015-10-13T20:10:21.301989+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2015-10-13T20:10:21.301991+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/abstract_controller/base.rb:137:in `process'
2015-10-13T20:10:21.301994+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal.rb:196:in `dispatch'
2015-10-13T20:10:21.301998+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal.rb:237:in `block in action'
2015-10-13T20:10:21.301993+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionview-4.2.1/lib/action_view/rendering.rb:30:in `process'
2015-10-13T20:10:21.301996+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2015-10-13T20:10:21.301999+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:74:in `call'
2015-10-13T20:10:21.302001+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
2015-10-13T20:10:21.302002+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:43:in `serve'
2015-10-13T20:10:21.302004+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:43:in `block in serve'
2015-10-13T20:10:21.302006+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:30:in `each'
2015-10-13T20:10:21.302008+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb:30:in `serve'
2015-10-13T20:10:21.302011+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'
2015-10-13T20:10:21.302009+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb:819:in `call'
2015-10-13T20:10:21.302013+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/conditionalget.rb:38:in `call'
2015-10-13T20:10:21.302017+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2015-10-13T20:10:21.302015+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'
2015-10-13T20:10:21.302020+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in `context'
2015-10-13T20:10:21.302022+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in `call'
2015-10-13T20:10:21.302025+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2015-10-13T20:10:21.302031+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
2015-10-13T20:10:21.302034+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2015-10-13T20:10:21.302018+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/flash.rb:260:in `call'
2015-10-13T20:10:21.302029+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:88:in `_run_callbacks'
2015-10-13T20:10:21.302023+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/cookies.rb:560:in `call'
2015-10-13T20:10:21.302027+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:88:in `call'
2015-10-13T20:10:21.302038+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2015-10-13T20:10:21.302033+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
2015-10-13T20:10:21.302049+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'
2015-10-13T20:10:21.302055+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/static.rb:113:in `call'
2015-10-13T20:10:21.302054+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/activesupport-4.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
2015-10-13T20:10:21.302036+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
2015-10-13T20:10:21.302039+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2015-10-13T20:10:21.302041+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/rack/logger.rb:38:in `call_app'
2015-10-13T20:10:21.302043+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/rack/logger.rb:22:in `call'
2015-10-13T20:10:21.302045+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/request_id.rb:21:in `call'
2015-10-13T20:10:21.302047+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'
2015-10-13T20:10:21.302113+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2015-10-13T20:10:21.302057+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'
2015-10-13T20:10:21.302100+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/engine.rb:518:in `call'
2015-10-13T20:10:21.302105+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/content_length.rb:15:in `call'
2015-10-13T20:10:21.302107+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'
2015-10-13T20:10:21.302111+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2015-10-13T20:10:21.302102+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/application.rb:164:in `call'
2015-10-13T20:10:21.302109+00:00 app[web.1]: /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2015-10-13T20:10:21.302104+00:00 app[web.1]: /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'
2015-10-13T20:10:21.769369+00:00 heroku[router]: at=info method=GET path="/assets/application-f3f136b3e9092fe65f34f20e3d7506a326aa98bf1c2d5586a0fcc5ca2514e51c.css" host=firstpersonnews-test.herokuapp.com request_id=59414e18-2f1c-40b6-afd6-9a51b85757e2 fwd="68.167.168.74" dyno=web.1 connect=1ms service=10ms status=304 bytes=133
2015-10-13T20:10:22.160554+00:00 heroku[router]: at=info method=GET path="/assets/application-80da01c33924bd1244637f3e291b699a7e2aa593beef2093dc6a40f5fe44d561.js" host=firstpersonnews-test.herokuapp.com request_id=e13300dc-cfbc-468a-a37e-850d9b7c8b1c fwd="68.167.168.74" dyno=web.1 connect=36ms service=6ms status=304 bytes=133
2015-10-13T20:45:37.829695+00:00 heroku[web.1]: Idling
2015-10-13T20:45:37.830287+00:00 heroku[web.1]: State changed from up to down
2015-10-13T20:45:41.635517+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2015-10-13T20:45:42.663586+00:00 app[web.1]: [2015-10-13 20:45:42] FATAL SignalException: SIGTERM
2015-10-13T20:45:42.663594+00:00 app[web.1]:    /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:170:in `select'
2015-10-13T20:45:42.663598+00:00 app[web.1]:    /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:170:in `block in start'
2015-10-13T20:45:42.663600+00:00 app[web.1]:    /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:32:in `start'
2015-10-13T20:45:42.663601+00:00 app[web.1]:    /app/vendor/ruby-2.0.0/lib/ruby/2.0.0/webrick/server.rb:160:in `start'
2015-10-13T20:45:42.663603+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb:34:in `run'
2015-10-13T20:45:42.663604+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/rack-1.6.4/lib/rack/server.rb:286:in `start'
2015-10-13T20:45:42.663608+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:80:in `block in server'
2015-10-13T20:45:42.663610+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:in `tap'
2015-10-13T20:45:42.663612+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:in `server'
2015-10-13T20:45:42.663606+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands/server.rb:80:in `start'
2015-10-13T20:45:42.663617+00:00 app[web.1]:    bin/rails:8:in `require'
2015-10-13T20:45:42.663613+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
2015-10-13T20:45:42.663615+00:00 app[web.1]:    /app/vendor/bundle/ruby/2.0.0/gems/railties-4.2.1/lib/rails/commands.rb:17:in `<top (required)>'
2015-10-13T20:45:42.663724+00:00 app[web.1]: [2015-10-13 20:45:42] INFO  going to shutdown ...
2015-10-13T20:45:42.707838+00:00 app[web.1]: Exiting
2015-10-13T20:45:42.663618+00:00 app[web.1]:    bin/rails:8:in `<main>'
2015-10-13T20:45:42.707824+00:00 app[web.1]: I, [2015-10-13T20:10:21.302923 #3]  INFO -- :   Rendered invite/index.html.erb within layouts/application (0.3ms)
2015-10-13T20:45:42.663833+00:00 app[web.1]: [2015-10-13 20:45:42] INFO  WEBrick::HTTPServer#start done.
2015-10-13T20:45:42.707835+00:00 app[web.1]: I, [2015-10-13T20:10:21.304814 #3]  INFO -- : Completed 200 OK in 6464ms (Views: 2.9ms)
2015-10-13T20:45:43.815626+00:00 heroku[web.1]: Process exited with status 143

from boarding.

DasHutch avatar DasHutch commented on July 20, 2024

any thoughts?

from boarding.

DasHutch avatar DasHutch commented on July 20, 2024

closing as this is fixed for me. thanks.

from boarding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.