Help -Ultrasphinx::UsageError (Invalid class name "Produ

Im getting this one too. Were you able to fix it?

Not yet... I did update the version of Sphinx on my production server to 0.9.8. This is a beta version but apparently needed for Ultrasphinx according to some forum posts I came across. My development machine has always had 0.9.8. This didn't fix the problem on the production server though. And digging deeper I found a couple other odd things: 1- The forum post that led me to update my version of Sphinx was actually in response to an error I am getting while trying to run Ultrasphinx in the Rails Console:

@products.tun Ultrasphinx::DaemonError: searchd error (status: 1): client version is higher than daemon version (client is v.1.19, daemon is v.1.7)

        from /.../vendor/plugins/ultrasphinx/lib/ultrasphinx/search/internals.rb:365:in `perform_action_with_retries'         from /.../vendor/plugins/ultrasphinx/lib/ultrasphinx/search.rb:337:in `run'         from (irb):2

2- when I run any Ultrasphinx task, it seems to try to run the task twice, ie. when I enter "RAILS_ENV=production rake Ultrasphinx:daemon:start" it responds with a successful statement followed by a 'rake aborted!' because it is already running! 3- The daemon seems to stop by itself about a minute after I run it.

I'll post the remedy if we get to the bottom of it... please do the same!

Thanks.

Aryk Grosz wrote:

I'm getting this message all the time:

searchd error (status: 1): client version is higher than daemon version (client is v.1.19, daemon is v.1.7)

I have tried many versions but the problem is still there.

Does anyone know how to solve that?

Thanks.

Adeel Ahmad wrote: