What's the output when you run the ts:rebuild task? -- Pat
On 17/10/2012, at 3:50 AM, kario wrote: > Hello, > Ive installed sphinx and it returns results correctly, as far as I can tell. > Everything seems to work well when generating ine indexes for TS as well, but > nothing every responds. > I keep getting this error: > > 1.9.3p194 :002 > blah = Event.search > /home/kario/railsApps/chaweb/app/models/event.rb:46: warning: character class > has '-' without escape: /[^0-9a-z-_]/ > Creating scope :all. Overwriting existing method Event.all. > /home/kario/railsApps/chaweb/app/models/location.rb:45: warning: character > class has '-' without escape: /[^0-9a-z-_]/ > TagMap Load (0.3ms) SELECT DISTINCT tagged_type FROM `tag_maps` > Sphinx Query (2.9ms) > Sphinx Caught Sphinx exception: No response from searchd (status: , > version: ) (0 tries left) > Riddle::ResponseError: No response from searchd (status: , version: ) > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/riddle-1.5.3/lib/riddle/client.rb:655:in > `request' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/riddle-1.5.3/lib/riddle/client.rb:226:in > `run' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/riddle-1.5.3/lib/riddle/client.rb:338:in > `query' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:429:in > `block (2 levels) in populate' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in > `block in instrument' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/activesupport-3.2.6/lib/active_support/notifications/instrumenter.rb:20:in > `instrument' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/activesupport-3.2.6/lib/active_support/notifications.rb:123:in > `instrument' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:556:in > `log' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:565:in > `log' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:428:in > `block in populate' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:606:in > `call' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:606:in > `retry_on_stale_index' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:426:in > `populate' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/thinking-sphinx-2.0.13/lib/thinking_sphinx/search.rb:187:in > `method_missing' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/railties-3.2.6/lib/rails/commands/console.rb:47:in > `start' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/railties-3.2.6/lib/rails/commands/console.rb:8:in > `start' > from > /home/kario/.rvm/gems/ruby-1.9.3-p194@chaweb/gems/railties-3.2.6/lib/rails/commands.rb:41:in > `<top (required)>' > from script/rails:6:in `require' > > I cant seem to find any other posts with the same issue, as every other one > who mentions this error seems to use Delta's which I have not enabled at all. > > Any help with this would be appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/thinking-sphinx/-/ToitXRAZJbIJ. > 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.
