dorton / HerreraSignIn

HerreraSignIn
1 stars 2 forks source link

Heroku Application Crash #3

Open dorton opened 11 years ago

dorton commented 11 years ago

Any thoughts on why the latest two commits work in development and crash on Heroku?

jwo commented 11 years ago

Hmm, not sure --- the commits seem fairly simple --- what does the error message say?

(heroku logs)

dorton commented 11 years ago

2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:588:in block (2 levels) in <class:Engine>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:245:inload' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in load_dependency' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:587:ineach' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/engine.rb:587:in block in <class:Engine>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/initializable.rb:30:ininstance_exec' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/initializable.rb:55:in block in run_initializers' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/initializable.rb:30:inrun' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/initializable.rb:54:in each' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/initializable.rb:54:inrun_initializers' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/application.rb:136:in initialize!' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/railtie/configurable.rb:30:inmethod_missing' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in require' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/config/environment.rb:5:in<top (required)>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in block in require' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:inload_dependency' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/config.ru:4:in block in <main>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:inrequire' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/config.ru:1:in new' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:ininstance_eval' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/commands/server.rb:46:in app' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:ininitialize' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:200:in app' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/config.ru:1:in

' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/commands.rb:55:in block in <top (required)>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:ineval' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in parse_file' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/commands/server.rb:70:instart' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/commands.rb:50:in tap' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.6/lib/rails/commands.rb:50:in<top (required)>' 2012-08-26T02:23:07+00:00 app[web.1]: from script/rails:6:in <main>' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:301:inwrapped_app' 2012-08-26T02:23:07+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:252:in start' 2012-08-26T02:23:07+00:00 app[web.1]: from script/rails:6:inrequire' 2012-08-26T02:23:08+00:00 heroku[web.1]: Process exited with status 1 2012-08-26T02:23:08+00:00 heroku[web.1]: State changed from starting to crashed 2012-08-26T02:23:09+00:00 heroku[router]: Error H10 (App crashed) -> GET herrerasignin.herokuapp.com/ dyno= queue= wait= service= status=503 bytes= 2012-08-26T02:23:10+00:00 heroku[router]: Error H10 (App crashed) -> GET herrerasignin.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes= 2012-08-26T02:26:09+00:00 heroku[router]: Error H10 (App crashed) -> GET herrerasignin.herokuapp.com/ dyno= queue= wait= service= status=503 bytes= 2012-08-26T02:26:09+00:00 heroku[router]: Error H10 (App crashed) -> GET herrerasignin.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=

dorton commented 11 years ago

sorry, probably didn't want all of it . . .

jwo commented 11 years ago

Blurb can't tell. Hmmm.

Jesse Wolgamott @ Comal Productions, LLC. Web. Mobile. Design. Training. @jwo http://comalproductions.com

On Saturday, August 25, 2012 at 10:11 PM, bdorkton wrote:

sorry, probably didn't want all of it . . .

— Reply to this email directly or view it on GitHub (https://github.com/dorton/HerreraSignIn/issues/3#issuecomment-8029729).

jwo commented 11 years ago

I can take a look tomorrow

Jesse Wolgamott @ Comal Productions, LLC. Web. Mobile. Design. Training. @jwo http://comalproductions.com

On Saturday, August 25, 2012 at 10:11 PM, bdorkton wrote:

sorry, probably didn't want all of it . . .

— Reply to this email directly or view it on GitHub (https://github.com/dorton/HerreraSignIn/issues/3#issuecomment-8029729).

jwo commented 11 years ago

Is this still a problem? looking over the logs again it seems like it might be a heroku snafu.

If not, can you share the heroku app with me?

heroku sharing:add jesse.wolgamott@chaione.com

Then I can view the logs and see what's what.

dorton commented 11 years ago

Same . . . I added you.

On Mon, Aug 27, 2012 at 2:31 PM, Jesse Wolgamott notifications@github.comwrote:

Is this still a problem? looking over the logs again it seems like it might be a heroku snafu.

If not, can you share the heroku app with me?

heroku sharing:add jesse.wolgamott@chaione.com

Then I can view the logs and see what's what.

— Reply to this email directly or view it on GitHubhttps://github.com/dorton/HerreraSignIn/issues/3#issuecomment-8067572.

jwo commented 11 years ago

Honestly I did NOTHING, but I went to http://herrerasignin.herokuapp.com and logged in and it seemed fine

It does look like Heroku restarted it. It's possible that one of the CSV exports may be messing up... that's just a guess.

Want to play around and see if it fails for you?

dorton commented 11 years ago

Right . . . so I had to rollback to a previous version and it worked again. If I try to push the update, the app crashes.

I don't get it. Version 19 works, trying to update does not.

Strange.

On Mon, Aug 27, 2012 at 9:29 PM, Jesse Wolgamott notifications@github.comwrote:

Honestly I did NOTHING, but I went to http://herrerasignin.herokuapp.comand logged in and it seemed fine

It does look like Heroku restarted it. It's possible that one of the CSV exports may be messing up... that's just a guess.

Want to play around and see if it fails for you?

— Reply to this email directly or view it on GitHubhttps://github.com/dorton/HerreraSignIn/issues/3#issuecomment-8077578.

jwo commented 11 years ago

Should be fixed by PullRequest #5