What about when it's run with the production environment, with --trace? -- Pat
On 31/01/2011, at 1:04 AM, "tashfeen.ekram" <[email protected]> wrote: > Here is what i get: > > rake thinking_sphinx:app_env > > (in /var/www/drugbin) > DEPRECATION WARNING: "Rails.root/test/mocks/development" won't be > added automatically to load paths anymore in future releases. (called > from /var/www/drugbin/Rakefile:7) > DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ > asset_packager/tasks/asset_packager_tasks.rake are deprecated. Use lib/ > tasks instead. (called from /var/www/drugbin/Rakefile:7) > DEPRECATION WARNING: RAILS_ROOT is deprecated. Please > use ::Rails.root.to_s. (called from /var/www/drugbin/vendor/plugins/ > asset_packager/tasks/../lib/synthesis/asset_package.rb:6) > DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ > jrails/tasks/jrails.rake are deprecated. Use lib/tasks instead. > (called from /var/www/drugbin/Rakefile:7) > DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ > prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks > instead. (called from /var/www/drugbin/Rakefile:7) > DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ > recaptcha/tasks/recaptcha_tasks.rake are deprecated. Use lib/tasks > instead. (called from /var/www/drugbin/Rakefile:7) > DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ > yaml_db/tasks/yaml_db_tasks.rake are deprecated. Use lib/tasks > instead. (called from /var/www/drugbin/Rakefile:7) > > nothing else.... does that help? > > > On Jan 30, 8:18 am, Pat Allan <[email protected]> wrote: >> I wonder if it's something to do with how TS loads the Rails environment. >> What about the following rake task: >> >> rake thinking_sphinx:app_env >> >> -- >> Pat >> >> On 30/01/2011, at 1:44 PM, tashfeen.ekram wrote: >> >>> here is application.rb: >> >>> http://pastie.org/1510550 >> >>> so i did another rake command in production and i did not seem to run >>> into that prob. >> >>> rake db:migrate --trace RAILS_ENV=production >>> (in /var/www/drugbin) >>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>> asset_packager/tasks/asset_packager_tasks.rake are deprecated. Use lib/ >>> tasks instead. (called from /var/www/drugbin/Rakefile:7) >>> DEPRECATION WARNING: RAILS_ROOT is deprecated. Please >>> use ::Rails.root.to_s. (called from /var/www/drugbin/vendor/plugins/ >>> asset_packager/tasks/../lib/synthesis/asset_package.rb:6) >>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>> jrails/tasks/jrails.rake are deprecated. Use lib/tasks instead. >>> (called from /var/www/drugbin/Rakefile:7) >>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>> prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks >>> instead. (called from /var/www/drugbin/Rakefile:7) >>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>> recaptcha/tasks/recaptcha_tasks.rake are deprecated. Use lib/tasks >>> instead. (called from /var/www/drugbin/Rakefile:7) >>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>> yaml_db/tasks/yaml_db_tasks.rake are deprecated. Use lib/tasks >>> instead. (called from /var/www/drugbin/Rakefile:7) >>> ** Invoke db:migrate (first_time) >>> ** Invoke environment (first_time) >>> ** Execute environment >>> ** Execute db:migrate >>> ** Invoke db:schema:dump (first_time) >>> ** Invoke environment >>> ** Execute db:schema:dump >> >>> On Jan 29, 9:36 pm, Pat Allan <[email protected]> wrote: >>>> Does it happen with other rake calls that aren't related to Thinking >>>> Sphinx? I wonder if Rails is automatically loading what's in >>>> app/runners/cron - what does your config/application.rb file look like? >> >>>> -- >>>> Pat >> >>>> On 30/01/2011, at 1:30 PM, tashfeen.ekram wrote: >> >>>>> Same exact result. :( >> >>>>> This is an app that was upgraded from 2.x to 3.0.3. Could that be >>>>> causing some strange way for them to be loaded on rake calls? >> >>>>> On Jan 29, 9:25 pm, Pat Allan <[email protected]> wrote: >>>>>> What happens if you run the rake task with the env variable at the very >>>>>> start or very end? >> >>>>>> RAILS_ENV=production rake thinking_sphinx:configure --trace >>>>>> rake thinking_sphinx:configure --trace RAILS_ENV=production >> >>>>>> Those are normally how I would write such commands - not sure if it >>>>>> makes a difference, though. >> >>>>>> -- >>>>>> Pat >> >>>>>> On 30/01/2011, at 1:22 PM, tashfeen.ekram wrote: >> >>>>>>> Wow, that was a fast response! >> >>>>>>> Your are right. It is running my files located in app/runners/cron/. >>>>>>> for some strange reason. >> >>>>>>> I am not sure why it is doing that because it does not do that when I >>>>>>> run the takes in dev (ie rake ts:configure). I looked through all my >>>>>>> intializer files and can not find anywhere that might indicate why it >>>>>>> is diong this. trace is below. it did not really seem to help me. :( >> >>>>>>> rake RAILS_ENV=production thinking_sphinx:configure --trace >>>>>>> (in /var/www/drugbin) >>>>>>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>>>>>> asset_packager/tasks/asset_packager_tasks.rake are deprecated. Use lib/ >>>>>>> tasks instead. (called from /var/www/drugbin/Rakefile:7) >>>>>>> DEPRECATION WARNING: RAILS_ROOT is deprecated. Please >>>>>>> use ::Rails.root.to_s. (called from /var/www/drugbin/vendor/plugins/ >>>>>>> asset_packager/tasks/../lib/synthesis/asset_package.rb:6) >>>>>>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>>>>>> jrails/tasks/jrails.rake are deprecated. Use lib/tasks instead. >>>>>>> (called from /var/www/drugbin/Rakefile:7) >>>>>>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>>>>>> prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks >>>>>>> instead. (called from /var/www/drugbin/Rakefile:7) >>>>>>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>>>>>> recaptcha/tasks/recaptcha_tasks.rake are deprecated. Use lib/tasks >>>>>>> instead. (called from /var/www/drugbin/Rakefile:7) >>>>>>> DEPRECATION WARNING: Rake tasks in /var/www/drugbin/vendor/plugins/ >>>>>>> yaml_db/tasks/yaml_db_tasks.rake are deprecated. Use lib/tasks >>>>>>> instead. (called from /var/www/drugbin/Rakefile:7) >>>>>>> ** Invoke thinking_sphinx:configure (first_time) >>>>>>> ** Invoke thinking_sphinx:app_env (first_time) >>>>>>> ** Execute thinking_sphinx:app_env >>>>>>> drug to prices >>>>>>> rake aborted! >>>>>>> Connection to 127.0.0.1 on 9312 failed. Connection refused - >>>>>>> connect(2) >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 563:in `initialise_socket' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/0.9.9/client.rb: >>>>>>> 8:in `initialise_connection' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 486:in `open_socket' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 522:in `connect' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 582:in `request' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 221:in `run' >>>>>>> /var/www/drugbin/ruby/1.8/gems/riddle-1.2.2/lib/riddle/client.rb: >>>>>>> 328:in `query' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:391 >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> notifications.rb:52:in `instrument' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> notifications/instrumenter.rb:21:in `instrument' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> notifications.rb:52:in `instrument' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:464:in `log' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:472:in `log' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:390 >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:513:in `call' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:513:in `retry_on_stale_index' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:388:in `populate' >>>>>>> /var/www/drugbin/ruby/1.8/gems/thinking-sphinx-2.0.2/lib/ >>>>>>> thinking_sphinx/search.rb:176:in `method_missing' >>>>>>> /var/www/drugbin/app/runners/cron/drug_to_drugprice.rb:10 >>>>>>> /var/www/drugbin/app/runners/cron/drug_to_drugprice.rb:7:in `each' >>>>>>> /var/www/drugbin/app/runners/cron/drug_to_drugprice.rb:7 >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:239:in `require' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:239:in `require' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:227:in `load_dependency' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:239:in `require' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:346:in `require_or_load' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:300:in `depend_on' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:216:in `require_dependency' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/engine.rb: >>>>>>> 138:in `eager_load!' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/engine.rb: >>>>>>> 137:in `each' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/engine.rb: >>>>>>> 137:in `eager_load!' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/engine.rb: >>>>>>> 135:in `each' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/engine.rb: >>>>>>> 135:in `eager_load!' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb: >>>>>>> 108:in `eager_load!' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/application/ >>>>>>> finisher.rb:41 >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/ >>>>>>> initializable.rb:25:in `instance_exec' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/ >>>>>>> initializable.rb:25:in `run' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/ >>>>>>> initializable.rb:50:in `run_initializers' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/ >>>>>>> initializable.rb:49:in `each' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/ >>>>>>> initializable.rb:49:in `run_initializers' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb: >>>>>>> 134:in `initialize!' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb: >>>>>>> 77:in `send' >>>>>>> /var/www/drugbin/ruby/1.8/gems/railties-3.0.3/lib/rails/application.rb: >>>>>>> 77:in `method_missing' >>>>>>> /var/www/drugbin/config/environment.rb:5 >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:239:in `require' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:239:in `require' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:225:in `load_dependency' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:596:in `new_constants_in' >>>>>>> /var/www/drugbin/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ >>>>>>> dependencies.rb:225:in `load_dependency' >> >> ... >> >> read more ยป > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" 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/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en.
