Is the original app that works on the same machine? And is Sphinx running for that app? If so, I'm guessing both Sphinx instances are trying to use the same port - hence why the second (newer) app fails.
You can change the port in your config/sphinx.yml file: http://freelancing-god.github.com/ts/en/advanced_config.html If this doesn't fix things, let us know. Cheers -- Pat On 09/04/2011, at 3:03 AM, kitty00 wrote: > Finally get the rake thinking_sphinx:index worked but cannot start > sphinx > > When I tried to run rake thinking_sphinx:start, the server gave me > the following error message: > > Failed to start searchd daemon. Check searchd.log > > I am using 1.3.16 > I am kind of limited to this version because I cannot find a easy way > to upgrade ruby on red hat enterprise. > But What I was trying to do is to copy a working rails app that is > using TS for another account , I also copies the database so that the > other person can learn and working on the copy of the app. The > original app is working without any problem. > > Anyone has any idea? > > Thanks!! > > -- > 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.
