Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created September 17, 2014 00:43
Show Gist options
  • Save jraczak/89ea2935eab5af1de6b2 to your computer and use it in GitHub Desktop.
Save jraczak/89ea2935eab5af1de6b2 to your computer and use it in GitHub Desktop.
2014-09-17T00:40:16.333267+00:00 app[web.1]: Started GET "/venues/search?utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca" for 75.101.56.109 at 2014-09-17 00:40:16 +0000
2014-09-17T00:40:16.336001+00:00 app[web.1]: Geokit is using the domain: crowdsco.re
2014-09-17T00:40:16.335819+00:00 app[web.1]: Processing by VenuesController#search as HTML
2014-09-17T00:40:16.335843+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "q"=>"burgers", "zip"=>"san francisco ca"}
2014-09-17T00:40:16.430312+00:00 app[web.1]: Completed 500 Internal Server Error in 94ms
2014-09-17T00:40:16.333259+00:00 app[web.1]:
2014-09-17T00:40:16.333265+00:00 app[web.1]:
2014-09-17T00:40:16.336135+00:00 app[web.1]: The zip code is present
2014-09-17T00:40:16.388487+00:00 app[web.1]: Google Geocoding API error: over query limit.
2014-09-17T00:40:16.416392+00:00 app[web.1]: Google Geocoding API error: over query limit.
2014-09-17T00:40:16.388515+00:00 app[web.1]:
2014-09-17T00:40:16.429891+00:00 app[web.1]: SOLR Request (12.2ms) [ path=select parameters={fq: ["type:Venue", "{!geofilt sfield=location_ll pt=, d=12.427999999999999}"], sort: "geodist(location_ll,,) asc", q: "burgers", fl: "* score", qf: "name_text^5.0 name_without_punc_text^5.0 category_text^3.5 tips_text", defType: "edismax", mm: 2, start: 0, rows: 30} ]
2014-09-17T00:40:16.616297+00:00 app[web.1]: ** [Airbrake] Failure: Net::HTTPClientError
2014-09-17T00:40:16.435662+00:00 app[web.1]: User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 10 LIMIT 1
2014-09-17T00:40:16.616358+00:00 app[web.1]: ** [Airbrake] Environment Info: [Ruby: 1.9.2] [Rails: 3.2.2] [Env: production]
2014-09-17T00:40:16.616518+00:00 app[web.1]: ** [Airbrake] Response from Airbrake:
2014-09-17T00:40:16.616520+00:00 app[web.1]: <?xml version="1.0" encoding="UTF-8"?>
2014-09-17T00:40:16.616521+00:00 app[web.1]: <error>Project is rate limited.</error>
2014-09-17T00:40:16.617151+00:00 app[web.1]: ** [Airbrake] Notice details:
2014-09-17T00:40:16.617153+00:00 app[web.1]: exception: RSolr::Error::Http - 400 Bad Request
2014-09-17T00:40:16.617155+00:00 app[web.1]: Error: {'responseHeader'=>{'status'=>400,'QTime'=>1,'params'=>{'mm'=>'2','fl'=>'* score','sort'=>'geodist(location_ll,,) asc','start'=>'0','q'=>'burgers','qf'=>'name_text^5.0 name_without_punc_text^5.0 category_text^3.5 tips_text','wt'=>'ruby','fq'=>['type:Venue','{!geofilt sfield=location_ll pt=, d=12.427999999999999}'],'rows'=>'30','defType'=>'edismax'}},'error'=>{'msg'=>'sort param could not be parsed as a query, and is not a field that exists in the index: geodist(location_ll,,)','code'=>400}}
2014-09-17T00:40:16.617157+00:00 app[web.1]:
2014-09-17T00:40:16.617158+00:00 app[web.1]: Request Data: "fq=type%3AVenue&fq=%7B%21geofilt+sfield%3Dlocation_ll+pt%3D%2C+d%3D12.427999999999999%7D&sort=geodist%28location_ll%2C%2C%29+asc&q=burgers&fl=%2A+score&qf=name_text%5E5.0+name_without_punc_text%5E5.0+category_text%5E3.5+tips_text&defType=edismax&mm=2&start=0&rows=30"
2014-09-17T00:40:16.617160+00:00 app[web.1]:
2014-09-17T00:40:16.617161+00:00 app[web.1]: Backtrace: /app/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:268:in `adapt_response'
2014-09-17T00:40:16.617162+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:175:in `execute'
2014-09-17T00:40:16.617164+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:161:in `send_and_receive'
2014-09-17T00:40:16.617166+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/solr_instrumentation.rb:16:in `block in send_and_receive_with_as_instrumentation'
2014-09-17T00:40:16.617167+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument'
2014-09-17T00:40:16.617170+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument'
2014-09-17T00:40:16.617168+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2014-09-17T00:40:16.617171+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/solr_instrumentation.rb:15:in `send_and_receive_with_as_instrumentation'
2014-09-17T00:40:16.617174+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/sunspot-2.1.0/lib/sunspot/search/abstract_search.rb:45:in `execute'
2014-09-17T00:40:16.617175+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/searchable.rb:344:in `solr_execute_search'
2014-09-17T00:40:16.617176+00:00 app[web.1]: api_key: 7581497b7a8cffba33bf0de1098ad281
2014-09-17T00:40:16.617178+00:00 app[web.1]: backtrace: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:268:in `adapt_response'
2014-09-17T00:40:16.617179+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:175:in `execute'
2014-09-17T00:40:16.617172+00:00 app[web.1]: (eval):2:in `post'
2014-09-17T00:40:16.617188+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/solr_instrumentation.rb:15:in `send_and_receive_with_as_instrumentation'
2014-09-17T00:40:16.617189+00:00 app[web.1]: (eval):2:in `post'
2014-09-17T00:40:16.617190+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sunspot-2.1.0/lib/sunspot/search/abstract_search.rb:45:in `execute'
2014-09-17T00:40:16.617191+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/searchable.rb:344:in `solr_execute_search'
2014-09-17T00:40:16.617193+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/searchable.rb:158:in `solr_search'
2014-09-17T00:40:16.617185+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2014-09-17T00:40:16.617182+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/sunspot_rails-2.1.0/lib/sunspot/rails/solr_instrumentation.rb:16:in `block in send_and_receive_with_as_instrumentation'
2014-09-17T00:40:16.617180+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rsolr-1.0.9/lib/rsolr/client.rb:161:in `send_and_receive'
2014-09-17T00:40:16.617184+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument'
2014-09-17T00:40:16.617186+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument'
2014-09-17T00:40:16.617203+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2014-09-17T00:40:16.617206+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_972'
2014-09-17T00:40:16.617204+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:437:in `block in _run__3903064562528623937__process_action__1941747891664276298__callbacks'
2014-09-17T00:40:16.617207+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:326:in `around'
2014-09-17T00:40:16.617208+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:310:in `_callback_around_13'
2014-09-17T00:40:16.617195+00:00 app[web.1]: [PROJECT_ROOT]/app/controllers/venues_controller.rb:12:in `search'
2014-09-17T00:40:16.617194+00:00 app[web.1]: [PROJECT_ROOT]/app/models/venue_search.rb:14:in `search'
2014-09-17T00:40:16.617199+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action'
2014-09-17T00:40:16.617198+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action'
2014-09-17T00:40:16.617197+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2014-09-17T00:40:16.617209+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_972'
2014-09-17T00:40:16.617219+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2014-09-17T00:40:16.617211+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:414:in `_run__3903064562528623937__process_action__1941747891664276298__callbacks'
2014-09-17T00:40:16.617221+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument'
2014-09-17T00:40:16.617222+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2014-09-17T00:40:16.617223+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument'
2014-09-17T00:40:16.617214+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2014-09-17T00:40:16.617215+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks'
2014-09-17T00:40:16.617212+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback'
2014-09-17T00:40:16.617229+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:38:in `block in process_action'
2014-09-17T00:40:16.617230+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:339:in `perform_action_with_newrelic_trace'
2014-09-17T00:40:16.617231+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/agent/instrumentation/rails3/action_controller.rb:37:in `process_action'
2014-09-17T00:40:16.617233+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process'
2014-09-17T00:40:16.617227+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2014-09-17T00:40:16.617225+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2014-09-17T00:40:16.617218+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action'
2014-09-17T00:40:16.617216+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action'
2014-09-17T00:40:16.624294+00:00 heroku[router]: at=info method=GET path="/venues/search?utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca" host=crowdsco.re request_id=7561795d-42ef-4ba3-ad58-65c28546d8d6 fwd="75.101.56.109" dyno=web.1 connect=2ms service=290ms status=500 bytes=787
2014-09-17T00:40:16.617235+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch'
2014-09-17T00:40:16.617238+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action'
2014-09-17T00:40:16.617239+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call'
2014-09-17T00:40:16.617240+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
2014-09-17T00:40:16.617234+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process'
2014-09-17T00:40:16.617237+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2014-09-17T00:40:16.617226+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
2014-09-17T00:40:16.617241+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call'
2014-09-17T00:40:16.617245+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
2014-09-17T00:40:16.617246+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
2014-09-17T00:40:16.617250+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:186:in `call!'
2014-09-17T00:40:16.617251+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:164:in `call'
2014-09-17T00:40:16.617254+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/rack/agent_hooks.rb:28:in `call'
2014-09-17T00:40:16.617248+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
2014-09-17T00:40:16.617249+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call'
2014-09-17T00:40:16.617253+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/rack/error_collector.rb:50:in `call'
2014-09-17T00:40:16.617263+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
2014-09-17T00:40:16.617264+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call'
2014-09-17T00:40:16.617262+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
2014-09-17T00:40:16.617265+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2014-09-17T00:40:16.617257+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.2.3/lib/warden/manager.rb:35:in `block in call'
2014-09-17T00:40:16.617259+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.2.3/lib/warden/manager.rb:34:in `call'
2014-09-17T00:40:16.617258+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/warden-1.2.3/lib/warden/manager.rb:34:in `catch'
2014-09-17T00:40:16.617261+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2014-09-17T00:40:16.617256+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/newrelic_rpm-3.7.1.182/lib/new_relic/rack/browser_monitoring.rb:23:in `call'
2014-09-17T00:40:16.617272+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call'
2014-09-17T00:40:16.617273+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2014-09-17T00:40:16.617275+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2014-09-17T00:40:16.617278+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2014-09-17T00:40:16.617267+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call'
2014-09-17T00:40:16.617268+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
2014-09-17T00:40:16.617277+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback'
2014-09-17T00:40:16.617271+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call'
2014-09-17T00:40:16.617270+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
2014-09-17T00:40:16.617276+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__4380252333209289031__call__359943012401190089__callbacks'
2014-09-17T00:40:16.617282+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2014-09-17T00:40:16.617283+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2014-09-17T00:40:16.617280+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2014-09-17T00:40:16.617285+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app'
2014-09-17T00:40:16.617287+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call'
2014-09-17T00:40:16.617279+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks'
2014-09-17T00:40:16.617298+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
2014-09-17T00:40:16.617297+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call'
2014-09-17T00:40:16.617296+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
2014-09-17T00:40:16.617289+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
2014-09-17T00:40:16.617284+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2014-09-17T00:40:16.617286+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call'
2014-09-17T00:40:16.617300+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
2014-09-17T00:40:16.617299+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
2014-09-17T00:40:16.617293+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
2014-09-17T00:40:16.617294+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2014-09-17T00:40:16.617308+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/deflater.rb:13:in `call'
2014-09-17T00:40:16.617302+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
2014-09-17T00:40:16.617305+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:220:in `call'
2014-09-17T00:40:16.617303+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
2014-09-17T00:40:16.617304+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call'
2014-09-17T00:40:16.617306+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing'
2014-09-17T00:40:16.617312+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/connection.rb:55:in `process'
2014-09-17T00:40:16.617314+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/connection.rb:41:in `receive_data'
2014-09-17T00:40:16.617309+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/connection.rb:82:in `block in pre_process'
2014-09-17T00:40:16.617310+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/connection.rb:80:in `catch'
2014-09-17T00:40:16.617318+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/server.rb:162:in `start'
2014-09-17T00:40:16.617319+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/controllers/controller.rb:87:in `start'
2014-09-17T00:40:16.617317+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/backends/base.rb:73:in `start'
2014-09-17T00:40:16.617315+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run_machine'
2014-09-17T00:40:16.617311+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/connection.rb:80:in `pre_process'
2014-09-17T00:40:16.617316+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in `run'
2014-09-17T00:40:16.617322+00:00 app[web.1]: [PROJECT_ROOT]/vendor/bundle/ruby/1.9.1/gems/thin-1.6.1/lib/thin/runner.rb:156:in `run!'
2014-09-17T00:40:16.617327+00:00 app[web.1]: error_class: RSolr::Error::Http
2014-09-17T00:40:16.617332+00:00 app[web.1]: cgi_data: {"SERVER_SOFTWARE"=>"thin 1.6.1 codename Death Proof", "SERVER_NAME"=>"crowdsco.re", "rack.version"=>["1", "0"], "rack.multithread"=>"false", "rack.multiprocess"=>"false", "rack.run_once"=>"false", "REQUEST_METHOD"=>"GET", "REQUEST_PATH"=>"/venues/search", "PATH_INFO"=>"/venues/search", "QUERY_STRING"=>"utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca", "REQUEST_URI"=>"/venues/search?utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca", "HTTP_VERSION"=>"HTTP/1.0", "HTTP_X_REQUEST_START"=>"1410914416330", "HTTP_X_REQUEST_ID"=>"7561795d-42ef-4ba3-ad58-65c28546d8d6", "HTTP_X_REAL_IP"=>"75.101.56.109", "HTTP_X_FORWARDED_FOR"=>"75.101.56.109", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36", "HTTP_REFERER"=>"http://crowdsco.re/", "HTTP_HOST"=>"crowdsco.re", "HTTP_CONNECTION"=>"close", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", "GATEWAY_INTERFACE"=>"CGI/1.2", "SERVER_PORT"=>"80", "SERVER_PROTOCOL"=>"HTTP/1.1", "rack.url_scheme"=>"http", "SCRIPT_NAME"=>"", "REMOTE_ADDR"=>"10.147.165.35", "async.callback"=>"#<Method: Thin::Connection#post_process>", "async.close"=>"#<EventMachine::DefaultDeferrable:0x00000007badb58>", "ORIGINAL_FULLPATH"=>"/venues/search?utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca", "action_dispatch.parameter_filter"=>["password"], "action_dispatch.show_exceptions"=>"true", "action_dispatch.show_detailed_exceptions"=>"false", "rack-cache.cache_key"=>"Rack::Cache::Key", "rack-cache.verbose"=>"true", "rack-cache.metastore"=>"rails:/", "rack-cache.entitystore"=>"rails:/", "rack-cache.default_ttl"=>"0", "rack-cache.ignore_headers"=>["Set-Cookie"], "rack-cache.private_headers"=>["Authorization", "Cookie"], "rack-cache.allow_reload"=>"false", "rack-cache.allow_revalidate"=>"false", "rack-cache.use_native_ttl"=>"false", "action_dispatch.request_id"=>"7561795d-42ef-4ba3-ad58-65c28546d8d6", "action_dispatch.remote_ip"=>"75.101.56.109", "warden"=>"Warden::Proxy:64761160 @config={:default_scope=>:user, :scope_defaults=>{}, :default_strategies=>{:user=>[:rememberable, :database_authenticatable]}, :intercept_401=>false, :failure_app=>#<Devise::Delegator:0x00000007d9fa88>}", "newrelic.agent_hooks_before_fired"=>"true", "action_dispatch.request.path_parameters"=>{:action=>"search", :controller=>"venues"}, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"utf8=%E2%9C%93&q=burgers&zip=san+francisco+ca", "rack.request.query_hash"=>{"utf8"=>"✓", "q"=>"burgers", "zip"=>"san francisco ca"}, "action_dispatch.request.query_parameters"=>{"utf8"=>"✓", "q"=>"burgers", "zip"=>"san francisco ca"}, "action_dispatch.request.parameters"=>{"utf8"=>"✓", "q"=>"burgers", "zip"=>"san francisco ca", "action"=>"search", "controller"=>"venues"}, "action_dispatch.request.formats"=>["text/html"]}
2014-09-17T00:40:16.617334+00:00 app[web.1]: error_message: RSolr::Error::Http: RSolr::Error::Http - 400 Bad Request
2014-09-17T00:40:16.617335+00:00 app[web.1]: Error: {'responseHeader'=>{'status'=>400,'QTime'=>1,'params'=>{'mm'=>'2','fl'=>'* score','sort'=>'geodist(location_ll,,) asc','start'=>'0','q'=>'burgers','qf'=>'name_text^5.0 name_without_punc_text^5.0 category_text^3.5 tips_text','wt'=>'ruby','fq'=>['type:Venue','{!geofilt sfield=location_ll pt=, d=12.427999999999999}'],'rows'=>'30','defType'=>'edismax'}},'error'=>{'msg'=>'sort param could not be parsed as a query, and is not a field that exists in the index: geodist(location_ll,,)','code'=>400}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment