Neil, This looks like an error specific to your application, from rpo_upload_controller line 47. Based on the error text, I would guess your application is calling raise with an empty string.
You might try running your application in production mode on one of your development machines to see if you can reproduce it locally. On Mon, Jul 13, 2009 at 12:49 PM, Neil<[email protected]> wrote: > > I'm getting an odd error from a newly deployed app, which I'm unsure > as to how to resolve: > > RuntimeError (): > app/controllers/rpo_upload_controller.rb:47:in > `get_financial_data_from' > app/controllers/rpo_upload_controller.rb:20:in `index' > app/controllers/rpo_upload_controller.rb:7:in `index' > /home/slugs/27992_1fca23f_b1fc/mnt/.gems/gems/newrelic_rpm-2.9.3/lib/ > new_relic/agent/instrumentation/controller_instrumentation.rb:138:in > `perform_action' > /home/slugs/27992_1fca23f_b1fc/mnt/.gems/gems/newrelic_rpm-2.9.3/lib/ > new_relic/agent/method_tracer.rb:62:in > `trace_method_execution_with_scope' > /home/slugs/27992_1fca23f_b1fc/mnt/.gems/gems/newrelic_rpm-2.9.3/lib/ > new_relic/agent/instrumentation/controller_instrumentation.rb:122:in > `perform_action' > /home/slugs/27992_1fca23f_b1fc/mnt/.gems/gems/newrelic_rpm-2.9.3/lib/ > new_relic/agent/method_tracer.rb:38:in > `trace_method_execution_no_scope' > /home/slugs/27992_1fca23f_b1fc/mnt/.gems/gems/newrelic_rpm-2.9.3/lib/ > new_relic/agent/instrumentation/controller_instrumentation.rb:117:in > `perform_action' > /home/heroku_rack/lib/static_assets.rb:9:in `call' > /home/heroku_rack/lib/last_access.rb:15:in `call' > thin (1.0.1) lib/thin/connection.rb:80:in `pre_process' > thin (1.0.1) lib/thin/connection.rb:78:in `catch' > thin (1.0.1) lib/thin/connection.rb:78:in `pre_process' > thin (1.0.1) lib/thin/connection.rb:57:in `process' > thin (1.0.1) lib/thin/connection.rb:42:in `receive_data' > eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine' > eventmachine (0.12.6) lib/eventmachine.rb:240:in `run' > thin (1.0.1) lib/thin/backends/base.rb:57:in `start' > thin (1.0.1) lib/thin/server.rb:150:in `start' > thin (1.0.1) lib/thin/controllers/controller.rb:80:in `start' > thin (1.0.1) lib/thin/runner.rb:173:in `send' > thin (1.0.1) lib/thin/runner.rb:173:in `run_command' > thin (1.0.1) lib/thin/runner.rb:139:in `run!' > thin (1.0.1) bin/thin:6 > /usr/local/bin/thin:19:in `load' > /usr/local/bin/thin:19 > > This code is working fine on our development environment, but I can't > see the issue here. Any ideas? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
