I've been working on adding Thinking Sphinx to a project, but got
called away for a few months.  When I last worked on it, I had a
simple search working with one model... and was quite happy with it.
Today, I finally got back to the project, recreated my index and got a
communications error.  I changed my sql port to 3306, which seems to
have helped that problem, but now I have this "Conneciton reset by
peer" issue.  Looking at the log, it appear that TS communicated with
mySql, and pulled some results and then the error occurred.

Any suggestions?


Processing MatterHistoriesController#search (for 127.0.0.1 at
2011-06-22 12:38:12) [POST]
  Parameters: {"matter_history_type_id"=>"1", "commit"=>"Filter
History", "action"=>"search", "amount"=>"recent",
"matter_id"=>"10912", "history_search_terms"=>"satan",
"controller"=>"matter_histories", "_"=>""}
   [4;35;1mUser Columns (2.0ms) [0m    [0mSHOW FIELDS FROM `users` [0m
   [4;36;1mUser Load (0.3ms) [0m    [0;1mSELECT * FROM `users` WHERE
(`users`.`id` = 17 AND `users`.`is_active` = 1) LIMIT 1 [0m
   [4;35;1mIntranet Columns (1.3ms) [0m    [0mSHOW FIELDS FROM
`intranets` [0m
   [4;36;1mIntranet Load (0.2ms) [0m    [0;1mSELECT * FROM `intranets`
WHERE (`intranets`.`id` = 1)  [0m
   [4;35;1mMatter Columns (1.6ms) [0m    [0mSHOW FIELDS FROM
`matters` [0m
   [4;36;1mMatter Load (0.2ms) [0m    [0;1mSELECT * FROM `matters`
WHERE (`matters`.`id` = 10912 AND (`matters`.intranet_id = 1))  [0m
   [4;35;1musers_groups Columns (1.2ms) [0m    [0mSHOW FIELDS FROM
`users_groups` [0m
   [4;36;1mGroup Load (0.2ms) [0m    [0;1mSELECT * FROM `groups` INNER
JOIN `users_groups` ON `groups`.id = `users_groups`.group_id WHERE
(`users_groups`.user_id = 17 )  [0m
   [4;35;1mGroup Columns (0.7ms) [0m    [0mSHOW FIELDS FROM
`groups` [0m
   [4;36;1mSQL (1.9ms) [0m    [0;1mSHOW TABLES [0m
   [4;35;1mMatterHistory Columns (1.3ms) [0m    [0mSHOW FIELDS FROM
`matter_histories` [0m
   [4;32;1mSphinx [0m    [0mQuerying: 'satan' [0m

Errno::ECONNRESET (Connection reset by peer - recvfrom(2)):
  riddle (1.3.2) lib/riddle/client.rb:639:in `recv'
  riddle (1.3.2) lib/riddle/client.rb:639:in `request'

-- 
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.

Reply via email to