Skip to content

Instantly share code, notes, and snippets.

@vinhboy
Created October 31, 2012 16:07
Show Gist options
  • Save vinhboy/3987925 to your computer and use it in GitHub Desktop.
Save vinhboy/3987925 to your computer and use it in GitHub Desktop.
dropbox-api crashes ruby
INTERNAL ERROR!!! Dropbox::API::Error::NotFound
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/dropbox-api-0.3.2/lib/dropbox-api/connection/requests.rb:19:in `request'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/dropbox-api-0.3.2/lib/dropbox-api/connection/requests.rb:43:in `get'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/dropbox-api-0.3.2/lib/dropbox-api/client/raw.rb:27:in `send'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/dropbox-api-0.3.2/lib/dropbox-api/client/raw.rb:27:in `request'
(eval):3:in `metadata'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/dropbox-api-0.3.2/lib/dropbox-api/client.rb:21:in `find'
/Users/root/test/app/controllers/test_controller.rb:467:in `send'
/Users/root/test/app/controllers/test_controller.rb:467:in `send'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:617:in `call_filters'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:638:in `run_before_filters'
/Users/root/test/app/controllers/application_controller.rb:558:in `process_with_query_cache'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Users/root/test/app/controllers/application_controller.rb:558:in `process_with_query_cache'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.4/lib/active_support/callbacks.rb:178:in `send'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.4/lib/active_support/callbacks.rb:178:in `evaluate_method'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:186:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:635:in `run_before_filters'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:615:in `call_filters'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/root/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/flash.rb:146:in `perform_action_without_newrelic_trace'
/Users/root/test/vendor/plugins/newrelic_rpm/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:138:in `perform_action'
/Users/root/test/vendor/plugins/newrelic_rpm/lib/new_relic/agent/method_tracer.rb:62:in `trace_method_execution_with_scope'
/Users/root/test/vendor/plugins/newrelic_rpm/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:122:in `perform_action'
/Users/root/test/vendor/plugins/newrelic_rpm/lib/new_relic/agent/method_tracer.rb:38:in `trace_method_execution_no_scope'
/Users/root/test/vendor/plugins/newrelic_rpm/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:117:in `perform_action'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `send'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `process_without_filters'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/filters.rb:606:in `sass_old_process'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/haml-2.2.17/rails/../lib/sass/plugin/rails.rb:19:in `process'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/base.rb:391:in `process'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/base.rb:386:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:437:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:87:in `dispatch'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:121:in `_call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:9:in `cache'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:28:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/Users/root/test/vendor/gems/rack-openid-1.0.3/lib/rack/openid.rb:98:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/head.rb:9:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/params_parser.rb:15:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.4/lib/rails/rack/metal.rb:47:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/session/cookie_store.rb:93:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/failsafe.rb:26:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:114:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/reloader.rb:34:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:108:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.4/lib/rails/rack/static.rb:31:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/urlmap.rb:46:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in `each'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/urlmap.rb:40:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.4/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/content_length.rb:13:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/chunked.rb:15:in `call'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/handler/mongrel.rb:64:in `process'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/handler/mongrel.rb:34:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.4/lib/commands/server.rb:111
/Users/root/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require'
/Users/root/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
script/server:3Wed Oct 31 09:02:33 -0700 2012: Read error: #<ThreadError: killed thread>
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:114:in `new'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:114:in `readpartial'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:114:in `process_client'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rack-1.0.1/lib/rack/handler/mongrel.rb:34:in `run'
/Users/root/.rvm/gems/ruby-1.8.7-p352/gems/rails-2.3.4/lib/commands/server.rb:111
/Users/root/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require'
/Users/root/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
script/server:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment